From c2b73282191b3e5efb0c2c666911d14c1071862f Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 14 Nov 2025 15:13:37 +0100 Subject: [PATCH] fix 7 --- apps/ui/templates/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ui/templates/dashboard.html b/apps/ui/templates/dashboard.html index 7ed877a..4ca1c19 100644 --- a/apps/ui/templates/dashboard.html +++ b/apps/ui/templates/dashboard.html @@ -1637,11 +1637,11 @@ if (groups.length === 0) { container.innerHTML = '

Keine Gruppen konfiguriert.

'; - countSpan.textContent = '0 Gruppen'; + countSpan.textContent = ''; return; } - countSpan.textContent = `${groups.length} ${groups.length === 1 ? 'Gruppe' : 'Gruppen'}`; + countSpan.textContent = ''; container.innerHTML = groups.map(group => `