diff --git a/dashboard/src/components/PortBindings.vue b/dashboard/src/components/PortBindings.vue index 5735a5d05..c0b39272c 100644 --- a/dashboard/src/components/PortBindings.vue +++ b/dashboard/src/components/PortBindings.vue @@ -14,7 +14,7 @@ const udpPorts = defineModel('udp');
- {{ port.description + '. ' + (port.portCount > 1 ? (port.portCount + ' ports. ') : '') }} + {{ port.description + (port.portCount > 1 ? ('. ' + port.portCount + ' ports. ') : '') }} {{ $t('appstore.installDialog.portReadOnly') }} Port already taken {{ port }} @@ -24,3 +24,10 @@ const udpPorts = defineModel('udp');
+ + diff --git a/dashboard/src/components/app/Location.vue b/dashboard/src/components/app/Location.vue index 4064dc66f..ac32e9c0b 100644 --- a/dashboard/src/components/app/Location.vue +++ b/dashboard/src/components/app/Location.vue @@ -226,10 +226,10 @@ onMounted(async () => { -
+ -
{{ $t('app.location.noAliases') }}
+
{{ $t('app.location.noAliases') }}
@@ -242,12 +242,11 @@ onMounted(async () => {
{{ $t('app.location.addAliasAction') }}
-
+
-
+ - -
{{ $t('app.location.noRedirections') }}
+
{{ $t('app.location.noRedirections') }}
@@ -260,7 +259,7 @@ onMounted(async () => {
{{ $t('app.location.addRedirectionAction') }}
-
+
@@ -270,8 +269,15 @@ onMounted(async () => {
{{ errorMessage }}
+
-
+ +