mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Remove groups column from smart inventory hosts list
This commit is contained in:
parent
16ef7e1950
commit
2d0cac7c4d
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user