Force on/off toggle to be disabled on smart inventory host list

This commit is contained in:
mabashian 2018-04-10 12:27:09 -04:00
parent ec586de687
commit 2f96169f07

View File

@ -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;
}],