mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
AC-394 Fixed.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user