mirror of https://github.com/jumpserver/jumpserver
perf: 修复 rdp option 参数设置
parent
31600ba66c
commit
48fca8f0f3
|
@ -101,7 +101,7 @@ class RDPFileClientProtocolURLMixin:
|
|||
|
||||
rdp = token.asset.platform.protocols.filter(name='rdp').first()
|
||||
if rdp and rdp.setting.get('console'):
|
||||
rdp_options['administrative session:i:'] = '1'
|
||||
rdp_options['administrative session:i'] = '1'
|
||||
|
||||
# 文件名
|
||||
name = token.asset.name
|
||||
|
|
Loading…
Reference in New Issue