mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 04:16:15 +02:00
Improve rule state filter placeholder wording (#16361)
Technically, we are not filtering by the state of a single rule, but by the whole rule group state (if even a single alert is firing within a group, filtering for "Pending" won't show the group, even if it has pending alerts). Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
ad3e200e9a
commit
b1f03f83cf
@ -427,7 +427,7 @@ export default function AlertsPage() {
|
||||
o as keyof typeof alertsPageData.globalCounts
|
||||
]
|
||||
}
|
||||
placeholder="Filter by rule state"
|
||||
placeholder="Filter by rule group state"
|
||||
values={(stateFilter?.filter((v) => v !== null) as string[]) || []}
|
||||
onChange={(values) => setStateFilter(values)}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user