mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Fix dashboard alerting tooltip text (#73659)
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
This commit is contained in:
parent
4ba6889df8
commit
d61f1145c1
@ -29,7 +29,7 @@ export function PanelHeaderTitleItems(props: Props) {
|
||||
|
||||
// panel health
|
||||
const alertStateItem = (
|
||||
<Tooltip content={`alerting is ${alertState}`}>
|
||||
<Tooltip content={alertState ?? 'unknown'}>
|
||||
<PanelChrome.TitleItem
|
||||
className={cx({
|
||||
[styles.ok]: alertState === AlertState.OK,
|
||||
|
Loading…
Reference in New Issue
Block a user