mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(portal): Move Resources above Policies in the menu since they are created first (#6602)
This commit is contained in:
@@ -33,14 +33,6 @@
|
||||
Clients
|
||||
</.sidebar_item>
|
||||
|
||||
<.sidebar_item
|
||||
current_path={@current_path}
|
||||
navigate={~p"/#{@account}/policies"}
|
||||
icon="hero-shield-check-solid"
|
||||
>
|
||||
Policies
|
||||
</.sidebar_item>
|
||||
|
||||
<.sidebar_item
|
||||
current_path={@current_path}
|
||||
navigate={~p"/#{@account}/resources"}
|
||||
@@ -49,6 +41,14 @@
|
||||
Resources
|
||||
</.sidebar_item>
|
||||
|
||||
<.sidebar_item
|
||||
current_path={@current_path}
|
||||
navigate={~p"/#{@account}/policies"}
|
||||
icon="hero-shield-check-solid"
|
||||
>
|
||||
Policies
|
||||
</.sidebar_item>
|
||||
|
||||
<.sidebar_item
|
||||
:if={Domain.Accounts.self_hosted_relays_enabled?(@account)}
|
||||
current_path={@current_path}
|
||||
|
||||
Reference in New Issue
Block a user