diff --git a/dashboard/src/components/AppInstallDialog.vue b/dashboard/src/components/AppInstallDialog.vue index ae4dbd61b..ab1406e1e 100644 --- a/dashboard/src/components/AppInstallDialog.vue +++ b/dashboard/src/components/AppInstallDialog.vue @@ -256,11 +256,10 @@ defineExpose({ +
{{ formError.location }}
-

- {{ port.description }} diff --git a/dashboard/src/components/DomainProviderForm.vue b/dashboard/src/components/DomainProviderForm.vue index b0eb68500..bc28b1835 100644 --- a/dashboard/src/components/DomainProviderForm.vue +++ b/dashboard/src/components/DomainProviderForm.vue @@ -292,8 +292,8 @@ function onGcdnsFileInputChange(event) { +
-
diff --git a/dashboard/src/components/ExternalLdap.vue b/dashboard/src/components/ExternalLdap.vue index eec790f1f..b0d39a560 100644 --- a/dashboard/src/components/ExternalLdap.vue +++ b/dashboard/src/components/ExternalLdap.vue @@ -240,10 +240,9 @@ onMounted(async () => { +
{{ $t('users.externalLdap.disableWarning') }}
-

{{ $t('users.externalLdap.disableWarning') }}

-
diff --git a/dashboard/src/components/LdapServer.vue b/dashboard/src/components/LdapServer.vue index 1155e1eba..ca9332fed 100644 --- a/dashboard/src/components/LdapServer.vue +++ b/dashboard/src/components/LdapServer.vue @@ -92,7 +92,7 @@ onMounted(async () => {
-

+
{{ $t('app.location.addAliasAction') }}
@@ -243,7 +243,7 @@ onMounted(async () => { diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 68904c3a1..3cf652db3 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -169,6 +169,7 @@ a.pankow-breadcrumb-item { color: #5CB85C; } +/* use this to get the color. to show a warning below input elements use .warning-label instead */ .text-warning { color: #8a6d3b; } @@ -189,6 +190,7 @@ a.pankow-breadcrumb-item { opacity: 0.5; } +/* use this to show warnings below input elments. for just the color, use .text-warning instead */ .warning-label { margin-top: 6px; color: #8a6d3b;