mirror of https://github.com/jumpserver/jumpserver
perf: 添加 xrdp type
parent
bc3e50a529
commit
19043d0a66
|
@ -41,6 +41,7 @@ class TerminalTypeChoices(TextChoices):
|
||||||
koko = 'koko', 'KoKo'
|
koko = 'koko', 'KoKo'
|
||||||
guacamole = 'guacamole', 'Guacamole'
|
guacamole = 'guacamole', 'Guacamole'
|
||||||
omnidb = 'omnidb', 'OmniDB'
|
omnidb = 'omnidb', 'OmniDB'
|
||||||
|
xrdp = 'xrdp', 'xrdp'
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def types(cls):
|
def types(cls):
|
||||||
|
|
Loading…
Reference in New Issue