mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 16:31:33 +00:00
perf: 添加lion终端类型; 修改加入会话校验逻辑(vnc/rdp)
This commit is contained in:
@@ -43,6 +43,7 @@ class TerminalTypeChoices(TextChoices):
|
||||
guacamole = 'guacamole', 'Guacamole'
|
||||
omnidb = 'omnidb', 'OmniDB'
|
||||
xrdp = 'xrdp', 'Xrdp'
|
||||
lion = 'lion', 'Lion'
|
||||
|
||||
@classmethod
|
||||
def types(cls):
|
||||
|
Reference in New Issue
Block a user