Reduce number of api requests in query() method.

This commit is contained in:
Alexander Zobnin
2015-05-31 14:29:48 +03:00
parent c71ad03cf5
commit ed0138560c
2 changed files with 28 additions and 22 deletions

View File

@@ -21,7 +21,8 @@ function (angular, _) {
// Update host group, host, application and item lists
$scope.updateGroupList();
$scope.updateHostList()
$scope.updateHostList();
$scope.updateAppList();
$scope.updateItemList();
setItemAlias();