Merge branch 'alertList-notOK'

This commit is contained in:
Torkel Ödegaard
2017-11-15 10:48:20 +01:00
2 changed files with 7 additions and 1 deletions

View File

@@ -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'},