From 6e467d9b67f2caa3708566997afd4206e78a9098 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Tue, 20 Dec 2022 18:50:04 +0800 Subject: [PATCH] perf: terminal connect method gui (#9224) Co-authored-by: feng <1304903146@qq.com> --- apps/terminal/connect_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/terminal/connect_methods.py b/apps/terminal/connect_methods.py index 7b17dbe4e..10bf30c81 100644 --- a/apps/terminal/connect_methods.py +++ b/apps/terminal/connect_methods.py @@ -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: [] }