Build query in asynchronous manner (fixed getting data at first load).
This commit is contained in:
@@ -57,7 +57,7 @@ define([
|
||||
zabbixCache.refresh().then(function () {
|
||||
$scope.getMetricsFromCache();
|
||||
$scope.initFilters();
|
||||
console.log("From server", $scope.metric);
|
||||
//console.log("From server", $scope.metric);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user