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