mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-03 00:15:20 +00:00
perf: 优化支持记录密码 (#6247)
* perf: 优化 xrdp setting * perf: 优化支持记录密码 Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
@@ -137,6 +137,7 @@ class TerminalSettingSerializer(serializers.Serializer):
|
||||
TERMINAL_RDP_ADDR = serializers.CharField(
|
||||
required=False, label=_("RDP address"),
|
||||
max_length=1024,
|
||||
allow_blank=True,
|
||||
help_text=_('RDP visit address, eg: dev.jumpserver.org:3389')
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user