menu: reorder WireGuard and ZeroTier (#916)

(cherry picked from commit 8b1ebbbcfb)
This commit is contained in:
Michael 2018-10-15 10:17:54 +02:00 committed by Franco Fichtner
parent c14df1c3be
commit e0ba7ca333
4 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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>