diff --git a/dashboard/src/components/GroupDialog.vue b/dashboard/src/components/GroupDialog.vue index c12f6db0a..28d59c0fd 100644 --- a/dashboard/src/components/GroupDialog.vue +++ b/dashboard/src/components/GroupDialog.vue @@ -103,7 +103,7 @@ defineExpose({ -
{{ (user.username || user.email) }}
+
{{ (user.username || user.email) }}
diff --git a/dashboard/src/components/InvitationDialog.vue b/dashboard/src/components/InvitationDialog.vue index 33e40c569..c5ffd85eb 100644 --- a/dashboard/src/components/InvitationDialog.vue +++ b/dashboard/src/components/InvitationDialog.vue @@ -80,7 +80,7 @@ defineExpose({ - + diff --git a/dashboard/src/components/SystemInfo.vue b/dashboard/src/components/SystemInfo.vue index cbee3b102..5c87cd6b3 100644 --- a/dashboard/src/components/SystemInfo.vue +++ b/dashboard/src/components/SystemInfo.vue @@ -109,7 +109,7 @@ onMounted(async () => {
{{ $t('system.info.uptime') }}
{{ uptime }}
-
+
{{ $t('system.info.activationTime') }}
{{ activeSince }}
diff --git a/dashboard/src/views/OpenIdView.vue b/dashboard/src/views/OpenIdView.vue index af2fc29d8..586528154 100644 --- a/dashboard/src/views/OpenIdView.vue +++ b/dashboard/src/views/OpenIdView.vue @@ -192,7 +192,7 @@ onMounted(async () => {
-

{{ submitError }}

+
{{ submitError }}