From 8d57ef2be47e5edd54249a518ee6d83ef8d073cb Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 12 Jun 2025 23:47:40 +0200 Subject: [PATCH] Various tooltip fixes --- dashboard/src/components/app/Backups.vue | 4 ++-- dashboard/src/components/app/Resources.vue | 4 ++-- dashboard/src/views/AppsView.vue | 2 +- dashboard/src/views/RestoreView.vue | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboard/src/components/app/Backups.vue b/dashboard/src/components/app/Backups.vue index 2778be67c..7274f2bd4 100644 --- a/dashboard/src/components/app/Backups.vue +++ b/dashboard/src/components/app/Backups.vue @@ -268,7 +268,7 @@ onMounted(async () => {
{{ $t('app.backups.import.description') }}
- +
@@ -280,7 +280,7 @@ onMounted(async () => {
{{ $t('app.backups.backups.description') }}
- +
diff --git a/dashboard/src/components/app/Resources.vue b/dashboard/src/components/app/Resources.vue index af70de650..598fb5929 100644 --- a/dashboard/src/components/app/Resources.vue +++ b/dashboard/src/components/app/Resources.vue @@ -129,7 +129,7 @@ onMounted(async () => {
- +
@@ -144,6 +144,6 @@ onMounted(async () => { - + \ No newline at end of file diff --git a/dashboard/src/views/AppsView.vue b/dashboard/src/views/AppsView.vue index 5c0075c14..213c6157d 100644 --- a/dashboard/src/views/AppsView.vue +++ b/dashboard/src/views/AppsView.vue @@ -264,7 +264,7 @@ onUnmounted(() => {
- +
diff --git a/dashboard/src/views/RestoreView.vue b/dashboard/src/views/RestoreView.vue index 17efaade0..54bcef183 100644 --- a/dashboard/src/views/RestoreView.vue +++ b/dashboard/src/views/RestoreView.vue @@ -302,7 +302,7 @@ onMounted(async () => { Please wait while Cloudron is restoring.

- You can follow the logs on the server at /home/yellowtent/platformdata/logs/box.log + You can follow the logs on the server at /home/yellowtent/platformdata/logs/box.log

If restore appears stuck, it can be restarted by running systemctl restart box and reloading this page.