mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Fix in Utilities.LoadBreadCrumbs that broke Inventory->Groups page.
This commit is contained in:
parent
12a4b2346c
commit
602bf49caf
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user