mirror of
https://github.com/ansible/awx.git
synced 2026-07-10 07:48:05 -02:30
Inventory clean up. Found a couple bugs when adding existing hosts to a group.
This commit is contained in:
@@ -334,7 +334,7 @@ function InventoriesEdit ($scope, $rootScope, $compile, $location, $log, $routeP
|
||||
else {
|
||||
return {
|
||||
addGroup: {
|
||||
label: 'Add Subgroup',
|
||||
label: 'Add Group',
|
||||
action: function(obj) { GroupsList({ "inventory_id": id, group_id: $(obj).attr('group_id') }); }
|
||||
},
|
||||
edit: {
|
||||
|
||||
Reference in New Issue
Block a user