Merge pull request #6501 from utkarshcmu/invalid_state

Removed invalid alerting state from the UI
This commit is contained in:
Carl Bergquist 2016-11-08 07:00:55 +01:00 committed by GitHub
commit bdcff9d15c

View File

@ -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 = {