mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Minor inventory cleanup. No longer adding 'Inventory' to root node name on Group tree. Removed 'Inventory Summary:' from summary view title.
This commit is contained in:
parent
40ddb0058c
commit
f2ac4b2749
@ -130,7 +130,7 @@ function InventoryGroups ($scope, $rootScope, $compile, $location, $log, $routeP
|
||||
var url;
|
||||
|
||||
if ($rootScope.timer) {
|
||||
// Kill any linger timers from the inventory summary page
|
||||
// Kill any lingering timers from the inventory summary page
|
||||
clearInterval($rootScope.timer);
|
||||
$rootScope.timer = null;
|
||||
}
|
||||
|
||||
@ -33,7 +33,7 @@ angular.module('InventoryHelper', [ 'RestServices', 'Utilities', 'OrganizationLi
|
||||
var treeData =
|
||||
[{
|
||||
data: {
|
||||
title: inventory_name + ' Inventory'
|
||||
title: inventory_name
|
||||
},
|
||||
attr: {
|
||||
type: 'inventory',
|
||||
|
||||
@ -12,7 +12,7 @@ angular.module('InventorySummaryDefinition', [])
|
||||
|
||||
name: 'groups',
|
||||
iterator: 'group',
|
||||
editTitle: 'Inventory Summary: {{ inventory_name }}',
|
||||
editTitle: '{{ inventory_name }}',
|
||||
showTitle: true,
|
||||
well: true,
|
||||
index: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user