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;