mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-926: Fix importer config checkbox behavior.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<li>
|
||||
<input type="checkbox"
|
||||
id="existing-permission-mode" ng-model="importConfig.existingPermissionMode"
|
||||
ng-disabled="importConfig.replaceConnectionMode === 'REJECT'"
|
||||
ng-disabled="importConfig.existingConnectionMode === 'REJECT'"
|
||||
ng-true-value="'REPLACE'" ng-false-value="'PRESERVE'" />
|
||||
<label for="existing-permission-mode">
|
||||
{{'IMPORT.FIELD_HEADER_EXISTING_PERMISSION_MODE' | translate}}
|
||||
|
Reference in New Issue
Block a user