GUACAMOLE-742: Provide "disabled" attribute for forms and fields.

This commit is contained in:
Michael Jumper
2019-04-27 16:52:37 -07:00
parent fbcb04e670
commit 59fdc80e9f
14 changed files with 36 additions and 9 deletions

View File

@@ -1 +1,2 @@
<select ng-model="model" ng-options="option as getFieldOption(option) | translate for option in field.options | orderBy: value"></select>
<select ng-model="model" ng-disabled="disabled"
ng-options="option as getFieldOption(option) | translate for option in field.options | orderBy: value"></select>