Add Exceptions link to admin nav bar
This commit is contained in:
parent
1c745a7e1e
commit
edeeacfefb
1 changed files with 9 additions and 0 deletions
|
|
@ -936,6 +936,12 @@ defmodule ToweropsWeb.Layouts do
|
|||
>
|
||||
IP Allowlist
|
||||
</.link>
|
||||
<.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
|
||||
</.link>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center gap-1 sm:gap-2">
|
||||
|
|
@ -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>
|
||||
<.mobile_nav_link navigate={~p"/admin/errors"} active={false}>
|
||||
<.icon name="hero-bug-ant" class="size-5" /> Exceptions
|
||||
</.mobile_nav_link>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue