diff --git a/dashboard/src/components/Section.vue b/dashboard/src/components/Section.vue index f4e57aa74..fdbed13ce 100644 --- a/dashboard/src/components/Section.vue +++ b/dashboard/src/components/Section.vue @@ -27,6 +27,7 @@ function onTitleBadge() {

{{ title }} +
{{ titleBadge }}
@@ -62,7 +63,7 @@ function onTitleBadge() { display: flex; gap: 6px; flex-wrap: wrap; - align-items: center; + align-items: baseline; } .section-divider { diff --git a/dashboard/src/views/UsersView.vue b/dashboard/src/views/UsersView.vue index 9a43afb72..4480f3d6f 100644 --- a/dashboard/src/views/UsersView.vue +++ b/dashboard/src/views/UsersView.vue @@ -285,6 +285,9 @@ onMounted(async () => {
+ -
-
{{ $t('users.users.count', { count: users.length }) }}