mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-09 11:19:08 +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.oracle: [cls.db_client, cls.db_guide],
|
||||||
Protocol.postgresql: [cls.db_client, cls.db_guide],
|
Protocol.postgresql: [cls.db_client, cls.db_guide],
|
||||||
Protocol.sqlserver: [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
|
return clients
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user