mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Merge pull request #3136 from marshmalien/fix-inv-host-tab
Disable hosts toggle in smart inventory hosts tab
This commit is contained in:
commit
17c95f200a
@ -38,7 +38,8 @@ export default {
|
||||
delete list.fieldActions.delete;
|
||||
delete list.fieldActions.edit;
|
||||
delete list.fieldActions.view.ngShow;
|
||||
list.fields.toggleHost.ngDisabled = true;
|
||||
let toggleHost = list.staticColumns.find((el) => { return el.field === 'toggleHost'; });
|
||||
toggleHost.content.ngDisabled = true;
|
||||
list.fields.name.columnClass = 'col-lg-8 col-md-11 col-sm-8 col-xs-7';
|
||||
return list;
|
||||
}],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user