diff --git a/dashboard/src/style.css b/dashboard/src/style.css index e0b8e4413..3872d2b77 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -288,3 +288,9 @@ fieldset > * { transform: scale(0.95); opacity: 0; } + +.helper-text { + font-size: 0.9em; + color: #2d2323; + margin-top: 0.25em; +} diff --git a/dashboard/src/views/RestoreView.vue b/dashboard/src/views/RestoreView.vue index 10067efab..b57699364 100644 --- a/dashboard/src/views/RestoreView.vue +++ b/dashboard/src/views/RestoreView.vue @@ -327,12 +327,12 @@ onMounted(async () => {
Provide the backup to restore from
- -Provide the backup information to restore from, or - -
/etc/hosts for the dashboard domain to this server's IP.
See the docs for more information.
diff --git a/dashboard/src/views/SetupView.vue b/dashboard/src/views/SetupView.vue
index c8056ba33..702f0192f 100644
--- a/dashboard/src/views/SetupView.vue
+++ b/dashboard/src/views/SetupView.vue
@@ -193,7 +193,7 @@ onMounted(async () => {