mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
menu: reorder WireGuard and ZeroTier (#916)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user