ui: remove Agents from top-level nav, accessible via org settings tab
This commit is contained in:
parent
7d3895817b
commit
0f7e91af0c
1 changed files with 0 additions and 12 deletions
|
|
@ -254,12 +254,6 @@ defmodule ToweropsWeb.Layouts do
|
|||
>
|
||||
Activity
|
||||
</.nav_link>
|
||||
<.nav_link
|
||||
navigate={~p"/agents"}
|
||||
active={@active_page == "agents"}
|
||||
>
|
||||
Agents
|
||||
</.nav_link>
|
||||
<.nav_link
|
||||
navigate={~p"/help"}
|
||||
active={@active_page == "help"}
|
||||
|
|
@ -447,12 +441,6 @@ defmodule ToweropsWeb.Layouts do
|
|||
>
|
||||
<.icon name="hero-clock" class="size-5" /> Activity
|
||||
</.mobile_nav_link>
|
||||
<.mobile_nav_link
|
||||
navigate={~p"/agents"}
|
||||
active={@active_page == "agents"}
|
||||
>
|
||||
<.icon name="hero-cpu-chip" class="size-5" /> Agents
|
||||
</.mobile_nav_link>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue