Removed invalid alerting state

pull/6501/head
utkarshcmu 9 years ago
parent 9479364600
commit a7e67f3bdd
  1. 1
      public/app/features/alerting/alert_list_ctrl.ts

@ -15,7 +15,6 @@ export class AlertListCtrl {
{text: 'OK', value: 'ok'}, {text: 'OK', value: 'ok'},
{text: 'Alerting', value: 'alerting'}, {text: 'Alerting', value: 'alerting'},
{text: 'No Data', value: 'no_data'}, {text: 'No Data', value: 'no_data'},
{text: 'Execution Error', value: 'execution_error'},
]; ];
filters = { filters = {

Loading…
Cancel
Save