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 () => {

Cloudron Restore

-

Provide the backup to restore from

- -
+

Provide the backup information to restore from, or - -

+ +

{{ formError.generic }}
@@ -405,7 +405,7 @@ onMounted(async () => {
- + When enabled, apps are restored but the DNS records are not updated to point to this server. To access the dashboard, this browser's host must have an entry in /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 () => {
Are you sure about this domain? The dashboard will be at my.{{ domain }}
-
Apps will be installed on subdomains of this domain. The dashboard will be available on the my{{ domain ? `.${domain}` : '' }} subdomain. You can add more domains later.
+ Apps will be installed on subdomains of this domain. The dashboard will be available on the my{{ domain ? `.${domain}` : '' }} subdomain. You can add more domains later.