mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-29 12:51:46 +00:00
@@ -33,6 +33,11 @@ class RDPClientOption(TextChoices):
|
||||
DRIVES_REDIRECT = 'drives_redirect', _('Drives redirect')
|
||||
|
||||
|
||||
class ConnectDefaultOpenMethod(TextChoices):
|
||||
CURRENT = 'current', _('Current window')
|
||||
NEW = 'new', _('New window')
|
||||
|
||||
|
||||
class RDPSmartSize(TextChoices):
|
||||
DISABLE = '0', _('Disable')
|
||||
ENABLE = '1', _('Enable')
|
||||
|
||||
Reference in New Issue
Block a user