Inventory clean up. Found a couple bugs when adding existing hosts to a group.

This commit is contained in:
chouseknecht
2013-06-06 18:16:13 -04:00
parent 5ca6910612
commit 9373fbca61
4 changed files with 8 additions and 746 deletions

View File

@@ -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: {