mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-04 20:06:12 +02:00
Merge pull request #16211 from mustafain117/ui-bug-fix
Fix rules UI to display correct value for 'keepFiringFor'
This commit is contained in:
commit
7b4f093641
@ -85,7 +85,7 @@ const RuleDefinition: FC<{ rule: Rule }> = ({ rule }) => {
|
||||
styles={{ label: { textTransform: "none" } }}
|
||||
leftSection={<IconClockPlay style={badgeIconStyle} />}
|
||||
>
|
||||
keep_firing_for: {formatPrometheusDuration(rule.duration * 1000)}
|
||||
keep_firing_for: {formatPrometheusDuration(rule.keepFiringFor * 1000)}
|
||||
</Badge>
|
||||
)}
|
||||
</Group>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user