mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
Merge pull request #327 from mabashian/7493-smart-inv-host-groups
Remove groups column from smart inventory hosts list
This commit is contained in:
commit
097c6463ad
@ -34,6 +34,8 @@ export default {
|
||||
let list = _.cloneDeep(RelatedHostsListDefinition);
|
||||
list.basePath = GetBasePath('inventory') + $stateParams.smartinventory_id + '/hosts';
|
||||
delete list.actions.create;
|
||||
delete list.fields.groups;
|
||||
list.fields.name.columnClass = 'col-lg-8 col-md-11 col-sm-8 col-xs-7';
|
||||
return list;
|
||||
}],
|
||||
Dataset: ['ListDefinition', 'QuerySet', '$stateParams', 'GetBasePath', '$interpolate', '$rootScope',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user