diff --git a/dashboard/src/components/app/Cron.vue b/dashboard/src/components/app/Cron.vue
index d240c53f0..bb3726b69 100644
--- a/dashboard/src/components/app/Cron.vue
+++ b/dashboard/src/components/app/Cron.vue
@@ -71,9 +71,7 @@ onMounted(() => {
{{ $t('app.cron.title') }}
-
-
{{ $t('app.cron.description') }}
-
+ {{ $t('app.cron.description') }}
diff --git a/dashboard/src/components/app/Security.vue b/dashboard/src/components/app/Security.vue
index 42a340cad..9182e1253 100644
--- a/dashboard/src/components/app/Security.vue
+++ b/dashboard/src/components/app/Security.vue
@@ -56,8 +56,7 @@ onMounted(() => {
- {{ $t('app.security.csp.description') }}
-
+ {{ $t('app.security.csp.description') }}
@@ -65,6 +64,7 @@ onMounted(() => {
+
diff --git a/dashboard/src/components/app/Storage.vue b/dashboard/src/components/app/Storage.vue
index cf0e75811..1f288afb1 100644
--- a/dashboard/src/components/app/Storage.vue
+++ b/dashboard/src/components/app/Storage.vue
@@ -18,8 +18,6 @@ const appDataVolumes = ref([]);
const volumes = ref([]);
const moveBusy = ref(false);
const moveError = ref('');
-const diskUsage = ref(-1);
-const diskUsageDate = ref(0);
const volumeId = ref('');
const volumePrefix = ref('');
const originalVolumeId = ref('');
@@ -156,9 +154,7 @@ onMounted(async () => {
-
-
-
+