We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 178a681 + 6064233 commit ee4631eCopy full SHA for ee4631e
src/components/page-active-component/horizontal-scaling-summary.tsx
@@ -92,6 +92,7 @@ const TriggerStatus = ({ trigger }: TriggerStatusProps) => {
92
if (trigger.type == 'cron') unitFn = pluraliser('replica', 'replicas');
93
if (trigger.type == 'azure-servicebus')
94
unitFn = pluraliser('message', 'messages');
95
+ if (trigger.type == 'azure-eventhub') unitFn = pluraliser('event', 'events');
96
97
return (
98
<>
0 commit comments