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