perf: 添加lion终端类型; 修改加入会话校验逻辑(vnc/rdp)

This commit is contained in:
Bai
2021-05-17 14:46:40 +08:00
committed by Jiangjie.Bai
parent 5e9006d0c2
commit 189bc9d74a
5 changed files with 7 additions and 13 deletions

View File

@@ -43,6 +43,7 @@ class TerminalTypeChoices(TextChoices):
guacamole = 'guacamole', 'Guacamole'
omnidb = 'omnidb', 'OmniDB'
xrdp = 'xrdp', 'Xrdp'
lion = 'lion', 'Lion'
@classmethod
def types(cls):