From 7bc4a21a9dcd3945c06ea7e214f0c9edc146a280 Mon Sep 17 00:00:00 2001 From: Joep Date: Thu, 21 Sep 2023 22:04:46 +0200 Subject: [PATCH] Fixed issues in filelisting --- frontend/src/views/files/FileListing.vue | 399 ++++++++++++----------- 1 file changed, 207 insertions(+), 192 deletions(-) diff --git a/frontend/src/views/files/FileListing.vue b/frontend/src/views/files/FileListing.vue index a87867a0..1df517d5 100644 --- a/frontend/src/views/files/FileListing.vue +++ b/frontend/src/views/files/FileListing.vue @@ -6,7 +6,7 @@ @@ -15,34 +15,34 @@ @@ -50,18 +50,18 @@ @@ -69,48 +69,50 @@ v-if="headerButtons.upload" icon="file_upload" id="upload-button" - :label="$t('buttons.upload')" - @action="upload" + :label="t('buttons.upload')" + @action="uploadFunc" /> - +
- {{ fileStore.selectedCount }} selected + {{ fileStore.selectedCount }} selected
@@ -122,14 +124,18 @@
- {{ $t("files.loading") }} + {{ t("files.loading") }}