mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
uncommented code for bread crumb fix on actvity stream for inventory groups page
This commit is contained in:
parent
90f6abbf6b
commit
0a2ea64438
@ -569,10 +569,10 @@ function InventoriesEdit ($log, $scope, $location, $routeParams, $compile, Gener
|
||||
$scope.removeInventoryLoaded = $scope.$on('InventoryLoaded', function() {
|
||||
var e, rows;
|
||||
|
||||
/*LoadBreadCrumbs({
|
||||
LoadBreadCrumbs({
|
||||
path: $location.path(),
|
||||
title: '{{ inventory.name }}'
|
||||
});*/
|
||||
});
|
||||
$scope.group_breadcrumbs[0].name = $scope.inventory.name;
|
||||
|
||||
// Build page breadcrumbs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user