Trigger panel: fixed show triggers option.

This commit is contained in:
Alexander Zobnin
2016-02-03 14:50:09 +03:00
parent de7c4bf711
commit 9996529602
2 changed files with 4 additions and 3 deletions

View File

@@ -296,7 +296,7 @@ function (angular, _) {
return this.request('service.getsla', params);
};
p.getTriggers = function(groupids, hostids, applicationids) {
p.getTriggers = function(groupids, hostids, applicationids, showEvents) {
var params = {
output: 'extend',
groupids: groupids,
@@ -308,7 +308,7 @@ function (angular, _) {
skipDependent: true,
//only_true: true,
filter: {
value: 1
value: showEvents
},
selectGroups: ['name'],
selectHosts: ['name'],