From 7905e988c79a9c01b51f10ffdcf0ccf31cfd3cec Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Mon, 23 Feb 2026 15:00:40 +0100 Subject: [PATCH] Compress navbar with More dropdown for non-admin links --- .../src/templates/layout/base.html | 45 +++++++------------ 1 file changed, 17 insertions(+), 28 deletions(-) diff --git a/containers/backupchecks/src/templates/layout/base.html b/containers/backupchecks/src/templates/layout/base.html index d04a7cf..4cc772f 100644 --- a/containers/backupchecks/src/templates/layout/base.html +++ b/containers/backupchecks/src/templates/layout/base.html @@ -95,17 +95,6 @@ - {% if system_settings and system_settings.cove_enabled and active_role in ('admin', 'operator') %} - - {% endif %} - - @@ -114,15 +103,26 @@ Run Checks {% endif %} - - + {% if active_role == 'admin' %} - - {% endif %}