perf: 添加 xrdp type

This commit is contained in:
ibuler 2021-03-01 11:24:25 +08:00 committed by 老广
parent bc3e50a529
commit 19043d0a66

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):