From 7cd87bc8a85c27ad4f0dae5839218538e523acc4 Mon Sep 17 00:00:00 2001 From: Peter van Arkel Date: Wed, 20 May 2026 00:29:43 +0200 Subject: [PATCH] (ui) Remove global config count from dashboard summary Drop the Global Configs metric from the dashboard because pobsync only uses one default global configuration. Keep global config management available through the existing dashboard action and setup prompt. --- src/pobsync_backend/templates/pobsync_backend/dashboard.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pobsync_backend/templates/pobsync_backend/dashboard.html b/src/pobsync_backend/templates/pobsync_backend/dashboard.html index 7f0886e..37fd93d 100644 --- a/src/pobsync_backend/templates/pobsync_backend/dashboard.html +++ b/src/pobsync_backend/templates/pobsync_backend/dashboard.html @@ -28,7 +28,6 @@ {% endif %}
-
Global Configs
{{ counts.global_configs }}
Hosts
{{ counts.enabled_hosts }}/{{ counts.hosts }}
Schedules
{{ counts.enabled_schedules }}/{{ counts.schedules }}
Snapshots
{{ counts.snapshots }}