mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Removed invalid alerting state
This commit is contained in:
parent
9479364600
commit
a7e67f3bdd
@ -15,7 +15,6 @@ export class AlertListCtrl {
|
||||
{text: 'OK', value: 'ok'},
|
||||
{text: 'Alerting', value: 'alerting'},
|
||||
{text: 'No Data', value: 'no_data'},
|
||||
{text: 'Execution Error', value: 'execution_error'},
|
||||
];
|
||||
|
||||
filters = {
|
||||
|
Loading…
Reference in New Issue
Block a user