From 6d98e719f331114fdfdbf938b22e6f9ffc528a55 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Tue, 28 Jan 2020 09:52:37 +0800 Subject: [PATCH] fixed https://github.com/crawlab-team/crawlab/issues/479 --- frontend/src/components/File/FileList.vue | 119 ++++++++++++++++++---- frontend/src/i18n/zh.js | 3 + 2 files changed, 100 insertions(+), 22 deletions(-) diff --git a/frontend/src/components/File/FileList.vue b/frontend/src/components/File/FileList.vue index 4bf76395..ea70e05c 100644 --- a/frontend/src/components/File/FileList.vue +++ b/frontend/src/components/File/FileList.vue @@ -30,7 +30,9 @@ -
+
-
- - - - {{$t('Create')}} -
-
    -
  • +
      +
    • - {{$t('Directory')}} + {{$t('Create Directory')}}
    • -
    • +
    • - {{$t('File')}} + {{$t('Create File')}} +
    • +
    +
      +
    • + + {{$t('Remove')}}