mirror of https://github.com/jumpserver/jumpserver
perf: connection token client add protocol (#9134)
Co-authored-by: feng <1304903146@qq.com>pull/9136/head
parent
142348b055
commit
edae6942ac
|
@ -154,6 +154,7 @@ class RDPFileClientProtocolURLMixin:
|
||||||
data = {
|
data = {
|
||||||
'id': str(token.id),
|
'id': str(token.id),
|
||||||
'value': token.value,
|
'value': token.value,
|
||||||
|
'protocol': token.protocol,
|
||||||
'command': '',
|
'command': '',
|
||||||
'file': {}
|
'file': {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue