mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 00:33:35 -05:00
Remove groups column from smart inventory hosts list
This commit is contained in:
@@ -34,6 +34,7 @@ export default {
|
||||
let list = _.cloneDeep(RelatedHostsListDefinition);
|
||||
list.basePath = GetBasePath('inventory') + $stateParams.smartinventory_id + '/hosts';
|
||||
delete list.actions.create;
|
||||
delete list.fields.groups;
|
||||
return list;
|
||||
}],
|
||||
Dataset: ['ListDefinition', 'QuerySet', '$stateParams', 'GetBasePath', '$interpolate', '$rootScope',
|
||||
|
||||
Reference in New Issue
Block a user