mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 22:05:07 -02:30
Minor inventory cleanup. No longer adding 'Inventory' to root node name on Group tree. Removed 'Inventory Summary:' from summary view title.
This commit is contained in:
@@ -130,7 +130,7 @@ function InventoryGroups ($scope, $rootScope, $compile, $location, $log, $routeP
|
||||
var url;
|
||||
|
||||
if ($rootScope.timer) {
|
||||
// Kill any linger timers from the inventory summary page
|
||||
// Kill any lingering timers from the inventory summary page
|
||||
clearInterval($rootScope.timer);
|
||||
$rootScope.timer = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user