Add Agents navigation link to authenticated layout
This commit is contained in:
parent
3eb95b5f90
commit
9ec14b7785
1 changed files with 6 additions and 0 deletions
|
|
@ -161,6 +161,12 @@ defmodule ToweropsWeb.Layouts do
|
|||
>
|
||||
Alerts
|
||||
</.nav_link>
|
||||
<.nav_link
|
||||
navigate={~p"/orgs/#{@current_organization.slug}/agents"}
|
||||
active={@active_page == "agents"}
|
||||
>
|
||||
Agents
|
||||
</.nav_link>
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative flex items-center">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue