diff --git a/frontend/src/components/file-list/index.vue b/frontend/src/components/file-list/index.vue
index 2b1f7dc93..34e8fbd0b 100644
--- a/frontend/src/components/file-list/index.vue
+++ b/frontend/src/components/file-list/index.vue
@@ -51,6 +51,14 @@
+
+
+ {{ $t('commons.button.createNewFolder') }}
+
+
+ {{ $t('commons.button.createNewFile') }}
+
+
@@ -65,21 +73,34 @@
-
-
- {{ row.name }}
-
-
-
+
+
+
+
+
+ {{ row.name }}
+
-
+
+
+
+
+ {{ $t('commons.button.save') }}
+
+
+ {{ $t('commons.button.cancel') }}
+
+
+
@@ -95,16 +116,11 @@
-
-
- {{ $t('commons.button.create') }}
+
@@ -113,7 +129,7 @@