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 @@
Inbox
- {% if system_settings and system_settings.cove_enabled and active_role in ('admin', 'operator') %}
-
- Cove Accounts
-
- {% endif %}
-
- Customers
-
-
- Jobs
-
Daily Jobs
@@ -114,15 +103,26 @@
Run Checks
{% endif %}
-
- Tickets
-
-
- Overrides
-
Reports
+
+
+
+
{% if active_role == 'admin' %}
{% endif %}
-
-
- 📖 Documentation
-
-
-
- Changelog
-
-
- Feedback
-
{% endif %}