mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-08 16:34:18 -04:00
menu: reorder WireGuard and ZeroTier (#916)
(cherry picked from commit 8b1ebbbcfb)
This commit is contained in:
parent
c14df1c3be
commit
e0ba7ca333
4 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PLUGIN_NAME= wireguard
|
||||
PLUGIN_VERSION= 0.7
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= WireGuard VPN service
|
||||
PLUGIN_DEPENDS= wireguard
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<menu>
|
||||
<VPN>
|
||||
<WireGuard cssClass="fa fa-lock fa-fw" url="/ui/wireguard/general/index" order="20" />
|
||||
<WireGuard cssClass="fa fa-lock fa-fw" url="/ui/wireguard/general/index" order="150" />
|
||||
</VPN>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PLUGIN_NAME= zerotier
|
||||
PLUGIN_VERSION= 1.3.2
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_COMMENT= Virtual Networks That Just Work
|
||||
PLUGIN_DEPENDS= zerotier
|
||||
PLUGIN_MAINTAINER= dharrigan@gmail.com
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<menu>
|
||||
<VPN>
|
||||
<Zerotier order="30" VisibleName="Zerotier" cssClass="fa fa-lock fa-fw">
|
||||
<Zerotier order="200" VisibleName="Zerotier" cssClass="fa fa-lock fa-fw">
|
||||
<Settings order="40" VisibleName="Settings" url="/ui/zerotier"/>
|
||||
<Overview order="50" VisibleName="Overview" url="/ui/zerotier/overview"/>
|
||||
</Zerotier>
|
||||
|
|
|
|||
Loading…
Reference in a new issue