perf: add vnc client method

This commit is contained in:
Eric
2025-08-29 11:28:40 +08:00
committed by 老广
parent db0e21f5d9
commit fdd7d9b6b1

View File

@@ -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