AC-503 latest cloud inventory changes

This commit is contained in:
chouseknecht
2013-10-03 05:26:16 -04:00
parent c7f096f16b
commit 6bf8f9cd98
9 changed files with 293 additions and 224 deletions

View File

@@ -128,6 +128,12 @@ function InventoryGroups ($scope, $rootScope, $compile, $location, $log, $routeP
var type = node.attr('type');
var url;
if ($rootScope.timer) {
// Kill any linger timers from the inventory summary page
clearInterval($rootScope.timer);
$rootScope.timer = null;
}
scope['nodeSelectValue'] = n;
scope['selectedNode'] = node;
scope['selectedNodeName'] = node.attr('name');