Fixed annotations.

This commit is contained in:
Alexander Zobnin
2016-02-04 19:49:21 +03:00
parent 37ecf1bb14
commit 4bcf741d66
4 changed files with 129 additions and 92 deletions

View File

@@ -308,7 +308,7 @@ function (angular, _) {
skipDependent: true,
//only_true: true,
filter: {
value: showEvents
value: 1
},
selectGroups: ['name'],
selectHosts: ['name'],
@@ -316,6 +316,10 @@ function (angular, _) {
selectLastEvent: 'extend'
};
if (showEvents) {
params.filter.value = showEvents;
}
return this.request('trigger.get', params);
};