There was an error while loading. Please reload this page.
1 parent 8ae82bd commit a5ca7caCopy full SHA for a5ca7ca
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