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:
chouseknecht 2013-10-11 06:08:49 +00:00
parent 40ddb0058c
commit f2ac4b2749
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -33,7 +33,7 @@ angular.module('InventoryHelper', [ 'RestServices', 'Utilities', 'OrganizationLi
var treeData =
[{
data: {
title: inventory_name + ' Inventory'
title: inventory_name
},
attr: {
type: 'inventory',

View File

@ -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,