mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Fix in Utilities.LoadBreadCrumbs that broke Inventory->Groups page.
This commit is contained in:
@@ -171,7 +171,7 @@ angular.module('Utilities',[])
|
||||
break;
|
||||
}
|
||||
}
|
||||
if ($rootScope.crumbCache[j].altPath) {
|
||||
if (paths[i] == 'hosts' && $rootScope.crumbCache[j].altPath) {
|
||||
$rootScope.breadcrumbs.push({ title: child, path: $rootScope.crumbCache[j].altPath });
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user