From edeeacfefb60147914878b0c03c5df10be372e76 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 17 Feb 2026 10:43:55 -0600 Subject: [PATCH] Add Exceptions link to admin nav bar --- lib/towerops_web/components/layouts.ex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/towerops_web/components/layouts.ex b/lib/towerops_web/components/layouts.ex index e6e2aca9..dfe350a1 100644 --- a/lib/towerops_web/components/layouts.ex +++ b/lib/towerops_web/components/layouts.ex @@ -936,6 +936,12 @@ defmodule ToweropsWeb.Layouts do > IP Allowlist + <.link + navigate={~p"/admin/errors"} + class="inline-flex items-center px-1 pt-1 pb-4 text-sm font-medium text-gray-700 hover:text-gray-900 dark:text-gray-300 dark:hover:text-white" + > + Exceptions +
@@ -963,6 +969,9 @@ defmodule ToweropsWeb.Layouts do <.mobile_nav_link navigate={~p"/admin/security"} active={false}> <.icon name="hero-shield-check" class="size-5" /> IP Allowlist + <.mobile_nav_link navigate={~p"/admin/errors"} active={false}> + <.icon name="hero-bug-ant" class="size-5" /> Exceptions +