diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue
index 274dd0487cfc..3fe52a21789c 100644
--- a/frontend/src/views/host/file-management/index.vue
+++ b/frontend/src/views/host/file-management/index.vue
@@ -424,23 +424,32 @@
-
-
-
-
- {{ $t('file.sub') }}
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ $t('file.sub') }}
+
+
+
+
+
+
+
@@ -456,6 +465,8 @@
@cell-mouse-leave="hideFavorite"
:heightDiff="heightDiff"
:right-buttons="rightButtons"
+ :columns="columns"
+ localKey="fileManagementColumn"
>
{
const getCurrentRename = () => renameRefs.value[editableTabsKey.value];
const pathRefs = ref>({});
+const columns = ref([]);
const setPathRef = (key: string, el: any) => {
if (el) {