Add initial attempt on app backup import dialog

This commit is contained in:
Johannes Zellner
2025-04-28 18:05:29 +02:00
parent 39d631b056
commit ea3042e1d7
3 changed files with 315 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script setup>
import { ref, useTemplateRef, onMounted, computed, watch } from 'vue';
import { ref, useTemplateRef, onMounted, watch } from 'vue';
import { Button, InputGroup, Dialog, SingleSelect, FormGroup, TextInput, Checkbox, PasswordInput, NumberInput } from 'pankow';
import { prettyBinarySize } from 'pankow/utils';
import { BACKUP_FORMATS, STORAGE_PROVIDERS, REGIONS_CONTABO, REGIONS_VULTR, REGIONS_UPCLOUD, REGIONS_IONOS, REGIONS_OVH, REGIONS_LINODE, REGIONS_SCALEWAY, REGIONS_EXOSCALE, REGIONS_DIGITALOCEAN, REGIONS_HETZNER, REGIONS_WASABI, REGIONS_S3 } from '../constants.js';