mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02: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:
@@ -130,7 +130,7 @@ function InventoryGroups ($scope, $rootScope, $compile, $location, $log, $routeP
|
|||||||
var url;
|
var url;
|
||||||
|
|
||||||
if ($rootScope.timer) {
|
if ($rootScope.timer) {
|
||||||
// Kill any linger timers from the inventory summary page
|
// Kill any lingering timers from the inventory summary page
|
||||||
clearInterval($rootScope.timer);
|
clearInterval($rootScope.timer);
|
||||||
$rootScope.timer = null;
|
$rootScope.timer = null;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ angular.module('InventoryHelper', [ 'RestServices', 'Utilities', 'OrganizationLi
|
|||||||
var treeData =
|
var treeData =
|
||||||
[{
|
[{
|
||||||
data: {
|
data: {
|
||||||
title: inventory_name + ' Inventory'
|
title: inventory_name
|
||||||
},
|
},
|
||||||
attr: {
|
attr: {
|
||||||
type: 'inventory',
|
type: 'inventory',
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ angular.module('InventorySummaryDefinition', [])
|
|||||||
|
|
||||||
name: 'groups',
|
name: 'groups',
|
||||||
iterator: 'group',
|
iterator: 'group',
|
||||||
editTitle: 'Inventory Summary: {{ inventory_name }}',
|
editTitle: '{{ inventory_name }}',
|
||||||
showTitle: true,
|
showTitle: true,
|
||||||
well: true,
|
well: true,
|
||||||
index: false,
|
index: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user