From 4dc722b83cb7b90e51236eab87ec6f8e51ab31b8 Mon Sep 17 00:00:00 2001
From: ssongliu <73214554+ssongliu@users.noreply.github.com>
Date: Wed, 22 May 2024 11:10:45 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=9B=E7=A8=8B=E5=AE=88=E6=8A=A4?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BF=90=E8=A1=8C=E7=9B=AE=E5=BD=95=E8=B7=B3?=
=?UTF-8?q?=E8=BD=AC=20(#5088)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Refs #4953
---
frontend/src/views/toolbox/supervisor/index.vue | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/frontend/src/views/toolbox/supervisor/index.vue b/frontend/src/views/toolbox/supervisor/index.vue
index 19bc2c7b1..fa5f029df 100644
--- a/frontend/src/views/toolbox/supervisor/index.vue
+++ b/frontend/src/views/toolbox/supervisor/index.vue
@@ -33,13 +33,11 @@
fix
show-overflow-tooltip
>
-
+
+
+
+
+
{
search();
};
+const toFolder = (folder: string) => {
+ router.push({ path: '/hosts/files', query: { path: folder } });
+};
+
const showStopped = computed((): boolean => {
if (supervisorStatus.value.init || setSuperVisor.value) {
return false;