From a450817b783a0844f75c173f4557ed7b26c2e8d5 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Mon, 23 Feb 2026 15:06:54 +0100 Subject: [PATCH] Show Customers and Jobs on navbar for Viewer role --- containers/backupchecks/src/templates/layout/base.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/containers/backupchecks/src/templates/layout/base.html b/containers/backupchecks/src/templates/layout/base.html index 237bf88..7bdcd11 100644 --- a/containers/backupchecks/src/templates/layout/base.html +++ b/containers/backupchecks/src/templates/layout/base.html @@ -95,6 +95,14 @@ + {% if active_role == 'viewer' %} + + + {% endif %} {% if system_settings and system_settings.cove_enabled and active_role in ('admin', 'operator') %}