diff --git a/frontend/src/components/settings/BackupConfirmModal.vue b/frontend/src/components/settings/BackupConfirmModal.vue new file mode 100644 index 0000000..e531aa8 --- /dev/null +++ b/frontend/src/components/settings/BackupConfirmModal.vue @@ -0,0 +1,87 @@ + + + + + {{ action === 'restore' ? 'Restore' : 'Delete' }} + {{ kind === 'db' ? 'database' : 'images' }} backup #{{ runId }} + + + + {{ warningText }} + {{ description }} + + + + Type the following to confirm: + + {{ expectedToken }} + + + + + + Cancel + + {{ action === 'restore' ? 'Restore' : 'Delete' }} + + + + + + + + +