mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Merge pull request #1315 from mabashian/1004-smart-inv-hosts
Force on/off toggle to be disabled on smart inventory host list
This commit is contained in:
@@ -38,6 +38,7 @@ export default {
|
||||
delete list.fieldActions.delete;
|
||||
delete list.fieldActions.edit;
|
||||
delete list.fieldActions.view.ngShow;
|
||||
list.fields.toggleHost.ngDisabled = true;
|
||||
list.fields.name.columnClass = 'col-lg-8 col-md-11 col-sm-8 col-xs-7';
|
||||
return list;
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user