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