mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
Force on/off toggle to be disabled on smart inventory host list
This commit is contained in:
parent
ec586de687
commit
2f96169f07
@ -38,6 +38,7 @@ export default {
|
||||
delete list.fieldActions.delete;
|
||||
delete list.fieldActions.edit;
|
||||
delete list.fieldActions.view.ngShow;
|
||||
list.fields.toggleHost.ngDisabled = '{{1 === 1}}';
|
||||
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