diff --git a/src/static/app/src/components/configurationComponents/backupRestoreComponents/backup.vue b/src/static/app/src/components/configurationComponents/backupRestoreComponents/backup.vue index 1029763..5f5329a 100644 --- a/src/static/app/src/components/configurationComponents/backupRestoreComponents/backup.vue +++ b/src/static/app/src/components/configurationComponents/backupRestoreComponents/backup.vue @@ -47,6 +47,8 @@ const restoreBackup = () => { const delaySeconds = computed(() => { return props.delay + 's' }) + +const showContent = ref(false); diff --git a/src/static/app/src/components/configurationComponents/deleteConfiguration.vue b/src/static/app/src/components/configurationComponents/deleteConfiguration.vue new file mode 100644 index 0000000..68e1d55 --- /dev/null +++ b/src/static/app/src/components/configurationComponents/deleteConfiguration.vue @@ -0,0 +1,69 @@ + + + + + \ No newline at end of file diff --git a/src/static/app/src/components/configurationComponents/editConfiguration.vue b/src/static/app/src/components/configurationComponents/editConfiguration.vue index 9184131..6448d96 100644 --- a/src/static/app/src/components/configurationComponents/editConfiguration.vue +++ b/src/static/app/src/components/configurationComponents/editConfiguration.vue @@ -172,12 +172,12 @@ const openBackupRestore = ref(false) id="configuration_postdown">
- -
+ +
+

+ +

+ +

@@ -197,31 +217,9 @@ export default { @click="this.$emit('backupRestore')"> -

-
-
-

- -

-
- - - -
-
-
-

- -

-
diff --git a/src/static/app/src/components/configurationList.vue b/src/static/app/src/components/configurationList.vue index 441029c..58db822 100644 --- a/src/static/app/src/components/configurationList.vue +++ b/src/static/app/src/components/configurationList.vue @@ -34,16 +34,19 @@ export default {
-
-

- +
+

-

- - - + +

+ +

+ +

+