File tree 2 files changed +2
-2
lines changed
bundles/org.openhab.ui.paper/web-src/js/control
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
< div layout ="row " layout-align ="start center " ng-if ="::($ctrl.isOptionList($ctrl.item) && !$ctrl.item.readOnly) ">
32
32
< item-state-dropdown item ="$ctrl.item " on-change ="$ctrl.updateState() "> </ item-state-dropdown >
33
33
</ div >
34
- < item-command-options item ="$ctrl.item " ng-if ="::$ctrl.isCommandOptions() "> </ item-command-options >
34
+ < item-command-options item ="$ctrl.item " ng-if ="::$ctrl.isCommandOptions() && !$ctrl.item.readOnly "> </ item-command-options >
Original file line number Diff line number Diff line change 17
17
< div layout ="row " layout-align ="start center " ng-if ="::($ctrl.isOptionList($ctrl.item) && !$ctrl.item.readOnly) ">
18
18
< item-state-dropdown item ="$ctrl.item " on-change ="$ctrl.updateState() "> </ item-state-dropdown >
19
19
</ div >
20
- < item-command-options item ="$ctrl.item " ng-if ="::$ctrl.isCommandOptions() "> </ item-command-options >
20
+ < item-command-options item ="$ctrl.item " ng-if ="::$ctrl.isCommandOptions() && !$ctrl.item.readOnly "> </ item-command-options >
You can’t perform that action at this time.
0 commit comments