diff --git a/frontend/src/views/host/file-management/code-editor/index.vue b/frontend/src/views/host/file-management/code-editor/index.vue
index 06eb4efc1c56..2e868e56428d 100644
--- a/frontend/src/views/host/file-management/code-editor/index.vue
+++ b/frontend/src/views/host/file-management/code-editor/index.vue
@@ -31,9 +31,11 @@
{{ $t('commons.button.reset') }}
+
{{ $t('commons.button.save') }}
+
{{ $t('file.theme') }}
@@ -47,6 +49,7 @@
+
{{ $t('file.language') }}
@@ -60,6 +63,7 @@
+
{{ $t('file.eol') }}
@@ -73,6 +77,7 @@
+
{{ $t('file.setting') }}
@@ -100,7 +105,7 @@
class="monaco-editor sm:w-48 w-1/3 monaco-editor-background border-0 tree-container"
v-if="isShow"
>
-
+
@@ -109,7 +114,7 @@
{{ $t('file.up') }}
-
+
@@ -118,6 +123,25 @@
{{ $t('commons.button.refresh') }}
+
+
+
+ {{ $t('commons.button.create') }}
+
+
+
+
+
+
+ {{ $t('file.dir') }}
+
+
+
+ {{ $t('menu.files') }}
+
+
+
+
-
-
- {{ node.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ node.label }}
+
-
- {{ node.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ node.label }}
+
@@ -190,7 +272,10 @@
-