diff --git a/dashboard/src/translation/en.json b/dashboard/src/translation/en.json index 99c7ee166..2d622eb82 100644 --- a/dashboard/src/translation/en.json +++ b/dashboard/src/translation/en.json @@ -1201,7 +1201,8 @@ "save": "Save" }, "extractionInProgress": "Extraction in progress", - "pasteInProgress": "Pasting in progress" + "pasteInProgress": "Pasting in progress", + "deleteInProgress": "Deletion in progress" }, "email": { "backAction": "Back to Email", diff --git a/filemanager/src/views/Home.vue b/filemanager/src/views/Home.vue index ba3c3ea04..e46afd0ff 100644 --- a/filemanager/src/views/Home.vue +++ b/filemanager/src/views/Home.vue @@ -17,6 +17,12 @@ + +
+ +
+
+