Commit bdcff9d1 by Carl Bergquist Committed by GitHub

Merge pull request #6501 from utkarshcmu/invalid_state

Removed invalid alerting state from the UI
parents 94793646 a7e67f3b
...@@ -15,7 +15,6 @@ export class AlertListCtrl { ...@@ -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 = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment