mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Pass ngDisabled a simple boolean instead of truthy expression
This commit is contained in:
parent
2f96169f07
commit
9e31c25025
@ -38,7 +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.toggleHost.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