mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Update name column classes after deleting groups column
This commit is contained in:
parent
2d0cac7c4d
commit
e7e47c8906
@ -35,6 +35,7 @@ export default {
|
||||
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