perf: 添加 xrdp type

pull/5657/head
ibuler 2021-03-01 11:24:25 +08:00 committed by 老广
parent bc3e50a529
commit 19043d0a66
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class TerminalTypeChoices(TextChoices):
koko = 'koko', 'KoKo'
guacamole = 'guacamole', 'Guacamole'
omnidb = 'omnidb', 'OmniDB'
xrdp = 'xrdp', 'xrdp'
@classmethod
def types(cls):