mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-742: Provide "disabled" attribute for forms and fields.
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user