mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
not ok option to alert list, fixes: #9754
This commit is contained in:
@@ -11,6 +11,7 @@ export class AlertListCtrl {
|
||||
stateFilters = [
|
||||
{text: 'All', value: null},
|
||||
{text: 'OK', value: 'ok'},
|
||||
{text: 'Not OK', value: 'not_ok'},
|
||||
{text: 'Alerting', value: 'alerting'},
|
||||
{text: 'No Data', value: 'no_data'},
|
||||
{text: 'Paused', value: 'paused'},
|
||||
|
||||
Reference in New Issue
Block a user