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.
1 parent ba7a1df commit ba023f4Copy full SHA for ba023f4
frontend-modern/src/components/Alerts/ResourceTable.tsx
@@ -196,8 +196,6 @@ export function ResourceTable(props: ResourceTableProps) {
196
return 80;
197
};
198
199
- const formatDelayLabel = (delay: number): string => (delay <= 0 ? 'Instant' : `${delay}s`);
200
-
201
const metricDelayOverride = (metric: string): number | undefined => {
202
const normalized = metric.trim().toLowerCase();
203
const value = props.metricDelaySeconds?.[normalized] ?? props.metricDelaySeconds?.[metric];
0 commit comments