mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-23 08:49:04 +00:00
feat: 支持 virtual app (#12199)
* feat: 支持 virtual app * perf: 增加 virtual host * perf: 新增 virtual app 上传接口 * perf: 更名为 app provider * perf: 优化代码 --------- Co-authored-by: Eric <xplzv@126.com>
This commit is contained in:
@@ -66,6 +66,7 @@ class TerminalType(TextChoices):
|
||||
video_worker = 'video_worker', 'Video Worker'
|
||||
chen = 'chen', 'Chen'
|
||||
kael = 'kael', 'Kael'
|
||||
panda = 'panda', 'Panda'
|
||||
|
||||
@classmethod
|
||||
def types(cls):
|
||||
|
Reference in New Issue
Block a user