mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Update name column classes after deleting groups column
This commit is contained in:
@@ -35,6 +35,7 @@ export default {
|
|||||||
list.basePath = GetBasePath('inventory') + $stateParams.smartinventory_id + '/hosts';
|
list.basePath = GetBasePath('inventory') + $stateParams.smartinventory_id + '/hosts';
|
||||||
delete list.actions.create;
|
delete list.actions.create;
|
||||||
delete list.fields.groups;
|
delete list.fields.groups;
|
||||||
|
list.fields.name.columnClass = 'col-lg-8 col-md-11 col-sm-8 col-xs-7';
|
||||||
return list;
|
return list;
|
||||||
}],
|
}],
|
||||||
Dataset: ['ListDefinition', 'QuerySet', '$stateParams', 'GetBasePath', '$interpolate', '$rootScope',
|
Dataset: ['ListDefinition', 'QuerySet', '$stateParams', 'GetBasePath', '$interpolate', '$rootScope',
|
||||||
|
|||||||
Reference in New Issue
Block a user