mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 11:25:08 -02: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() {
|
$scope.removeInventoryLoaded = $scope.$on('InventoryLoaded', function() {
|
||||||
var e, rows;
|
var e, rows;
|
||||||
|
|
||||||
/*LoadBreadCrumbs({
|
LoadBreadCrumbs({
|
||||||
path: $location.path(),
|
path: $location.path(),
|
||||||
title: '{{ inventory.name }}'
|
title: '{{ inventory.name }}'
|
||||||
});*/
|
});
|
||||||
$scope.group_breadcrumbs[0].name = $scope.inventory.name;
|
$scope.group_breadcrumbs[0].name = $scope.inventory.name;
|
||||||
|
|
||||||
// Build page breadcrumbs
|
// Build page breadcrumbs
|
||||||
|
|||||||
Reference in New Issue
Block a user