mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(alertlist): better description
This commit is contained in:
parent
0bde2ae689
commit
1cb45c3416
@ -14,7 +14,7 @@ class AlertListPanel extends PanelCtrl {
|
|||||||
|
|
||||||
showOptions = [
|
showOptions = [
|
||||||
{text: 'Current state', value: 'current'},
|
{text: 'Current state', value: 'current'},
|
||||||
{text: 'State changes', value: 'changes'}
|
{text: 'Recent state changes', value: 'changes'}
|
||||||
];
|
];
|
||||||
|
|
||||||
stateFilter: any = {};
|
stateFilter: any = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user