We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37c2ebb + 92c9f71 commit 7b4f093Copy full SHA for 7b4f093
web/ui/mantine-ui/src/components/RuleDefinition.tsx
@@ -85,7 +85,7 @@ const RuleDefinition: FC<{ rule: Rule }> = ({ rule }) => {
85
styles={{ label: { textTransform: "none" } }}
86
leftSection={<IconClockPlay style={badgeIconStyle} />}
87
>
88
- keep_firing_for: {formatPrometheusDuration(rule.duration * 1000)}
+ keep_firing_for: {formatPrometheusDuration(rule.keepFiringFor * 1000)}
89
</Badge>
90
)}
91
</Group>
0 commit comments