From 5246ea35374c201ed13c1efde55b0ed5645bfdd5 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 19 Sep 2025 19:08:26 +0200 Subject: [PATCH] Fix spacing for checklist and set 800px max-width for appconfigure --- dashboard/src/components/app/Info.vue | 41 +++++++++++++----------- dashboard/src/views/AppConfigureView.vue | 2 +- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/dashboard/src/components/app/Info.vue b/dashboard/src/components/app/Info.vue index 87fa4b5e2..d02afe3ae 100644 --- a/dashboard/src/components/app/Info.vue +++ b/dashboard/src/components/app/Info.vue @@ -106,27 +106,30 @@ onMounted(() => {
{{ prettyDate(app.updateTime) }}
+
+
+
+
{{ $t('app.appInfo.checklistShow') }}
+
{{ $t('app.appInfo.checklistHide') }}
+
+ +
+
+ + +
+
+ +
+
+ + {{ item.changedBy }} - {{ prettyDate(item.changedAt) }} +
+
+
+
-
-
{{ $t('app.appInfo.checklistShow') }}
-
{{ $t('app.appInfo.checklistHide') }}
-
- -
-
- - -
-
- -
-
- - {{ item.changedBy }} - {{ prettyDate(item.changedAt) }} -
-
-