AC-394 Fixed.

This commit is contained in:
chouseknecht
2013-09-04 16:51:14 -04:00
parent c9ff6f7a99
commit 21bfee9e70
7 changed files with 267 additions and 5 deletions

View File

@@ -117,6 +117,7 @@ function InventoryHosts ($scope, $rootScope, $compile, $location, $log, $routePa
scope.group_id = group;
scope.helpCount++;
if (scope.group_id == null) {
scope.groupTitle = 'All Hosts';
scope.hostAddHide = true;
scope.hostCreateHide = true;
scope.hostDeleteHide = true;