mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
uncommented code for bread crumb fix on actvity stream for inventory groups page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user