mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-08 18:59:47 +00:00
perf: add vnc client method
This commit is contained in:
@@ -54,7 +54,7 @@ class NativeClient(TextChoices):
|
||||
Protocol.oracle: [cls.db_client, cls.db_guide],
|
||||
Protocol.postgresql: [cls.db_client, cls.db_guide],
|
||||
Protocol.sqlserver: [cls.db_client, cls.db_guide],
|
||||
Protocol.vnc: [cls.vnc_guide, ]
|
||||
Protocol.vnc: [cls.vnc_client, cls.vnc_guide],
|
||||
}
|
||||
return clients
|
||||
|
||||
|
Reference in New Issue
Block a user