perf: terminal connect method gui (#9224)

Co-authored-by: feng <1304903146@qq.com>
pull/9228/head
fit2bot 2022-12-20 18:50:04 +08:00 committed by GitHub
parent bc45a8d207
commit 6e467d9b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class WebMethod(TextChoices):
Protocol.redis: [cls.web_cli],
Protocol.mongodb: [cls.web_cli],
Protocol.k8s: [cls.web_gui],
Protocol.k8s: [cls.web_cli],
Protocol.http: []
}