From 82d2e34559297b82f7998995429a9228736638a9 Mon Sep 17 00:00:00 2001 From: Florian Dupret <34862846+sephrat@users.noreply.github.com> Date: Wed, 28 Apr 2021 10:29:19 +0200 Subject: [PATCH] Remove BackupCard.vue Unused - moved to NewBackupCard.vue --- .../src/pages/Admin/Backup/BackupCard.vue | 85 ------------------- 1 file changed, 85 deletions(-) delete mode 100644 frontend/src/pages/Admin/Backup/BackupCard.vue diff --git a/frontend/src/pages/Admin/Backup/BackupCard.vue b/frontend/src/pages/Admin/Backup/BackupCard.vue deleted file mode 100644 index a4bbf99a9..000000000 --- a/frontend/src/pages/Admin/Backup/BackupCard.vue +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - mdi-backup-restore - - - - {{ backup.name }} - - {{ $d(new Date(backup.date), "medium") }} - - - - - - - - - - - - \ No newline at end of file