perf: add vnc client method

pull/15962/head
Eric 2025-08-29 11:28:40 +08:00 committed by 老广
parent db0e21f5d9
commit fdd7d9b6b1
1 changed files with 1 additions and 1 deletions

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