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