mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -03:30
AC-503 latest cloud inventory changes
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user