perf: Session Login from 添加 RDP Terminal 类型

pull/5953/head^2
Bai 2021-03-26 10:37:18 +08:00 committed by xinwen
parent 2f8042141c
commit c2463fe573
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ from .terminal import Terminal
class Session(OrgModelMixin):
class LOGIN_FROM(ChoiceSet):
ST = 'ST', 'SSH Terminal'
RT = 'RT', 'RDP Terminal'
WT = 'WT', 'Web Terminal'
class PROTOCOL(ChoiceSet):