not ok option to alert list, fixes: #9754

This commit is contained in:
Patrick O'Carroll
2017-11-13 10:30:11 +01:00
parent c44f6e2ec2
commit 9ad186bcc9
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'},