Fixed triggers filtering by value (All, OK, Problems).

This commit is contained in:
Alexander Zobnin
2016-03-30 20:33:50 +03:00
parent 8e44587594
commit 14d8caf61e
4 changed files with 13 additions and 10 deletions

View File

@@ -44,9 +44,9 @@ class TriggerPanelEditorCtrl{
];
this.showEventsFields = [
{ text: 'all events', value: [0,1] },
{ text: 'Ok events', value: 0 },
{ text: 'Problem events', value: 1 }
{ text: 'All', value: [0,1] },
{ text: 'OK', value: [0] },
{ text: 'Problems', value: 1 }
];
// Load scope defaults