forked from opnsense/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*/*: no more trailing slashes in navigation
- Loading branch information
Showing
19 changed files
with
60 additions
and
64 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
benchmarks/iperf/src/opnsense/mvc/app/models/OPNsense/iperf/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<menu> | ||
<Interfaces> | ||
<Diagnostics> | ||
<Iperf url="/ui/iperf/" /> | ||
</Diagnostics> | ||
</Interfaces> | ||
<Interfaces> | ||
<Diagnostics> | ||
<Iperf url="/ui/iperf" /> | ||
</Diagnostics> | ||
</Interfaces> | ||
</menu> |
2 changes: 1 addition & 1 deletion
2
databases/redis/src/opnsense/mvc/app/models/OPNsense/Redis/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<menu> | ||
<Services> | ||
<Redis cssClass="fa fa-database fa-fw" url="/ui/redis/" /> | ||
<Redis cssClass="fa fa-database fa-fw" url="/ui/redis" /> | ||
</Services> | ||
</menu> |
2 changes: 1 addition & 1 deletion
2
devel/helloworld/src/opnsense/mvc/app/models/OPNsense/HelloWorld/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<menu> | ||
<Lobby> | ||
<HelloWorld VisibleName="Hello World!" cssClass="fa fa-comment-o fa-fw" url="/ui/helloworld/"/> | ||
<HelloWorld VisibleName="Hello World!" cssClass="fa fa-comment-o fa-fw" url="/ui/helloworld"/> | ||
</Lobby> | ||
</menu> |
2 changes: 1 addition & 1 deletion
2
mail/rspamd/src/opnsense/mvc/app/models/OPNsense/Rspamd/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<menu> | ||
<Services> | ||
<Rspamd cssClass="fa fa-envelope fa-fw" url="/ui/rspamd/" /> | ||
<Rspamd cssClass="fa fa-envelope fa-fw" url="/ui/rspamd" /> | ||
</Services> | ||
</menu> |
8 changes: 4 additions & 4 deletions
8
net-mgmt/zabbix-agent/src/opnsense/mvc/app/models/OPNsense/ZabbixAgent/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
net/arp-scan/src/opnsense/mvc/app/models/OPNsense/ARPscanner/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<menu> | ||
<Interfaces> | ||
<Diagnostics> | ||
<ARPscanner VisibleName="ARP Scan" cssClass="fa fa-search fa-fw" url="/ui/arpscanner/"/> | ||
<ARPScan VisibleName="ARP Scan" cssClass="fa fa-search fa-fw" url="/ui/arpscanner"/> | ||
</Diagnostics> | ||
</Interfaces> | ||
</menu> |
2 changes: 1 addition & 1 deletion
2
net/ftp-proxy/src/opnsense/mvc/app/models/OPNsense/FtpProxy/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<menu> | ||
<Services> | ||
<FtpProxy VisibleName="FTP Proxy" cssClass="fa fa-bolt fa-fw" url="/ui/ftpproxy/"/> | ||
<FtpProxy VisibleName="FTP Proxy" cssClass="fa fa-bolt fa-fw" url="/ui/ftpproxy"/> | ||
</Services> | ||
</menu> |
40 changes: 20 additions & 20 deletions
40
net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
net/mdns-repeater/src/opnsense/mvc/app/models/OPNsense/MDNSRepeater/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<menu> | ||
<Services> | ||
<MDNSRepeater VisibleName="MDNS Repeater" cssClass="fa fa-bolt fa-fw" url="/ui/mdnsrepeater/"/> | ||
<MDNSRepeater VisibleName="MDNS Repeater" cssClass="fa fa-bolt fa-fw" url="/ui/mdnsrepeater"/> | ||
</Services> | ||
</menu> |
4 changes: 2 additions & 2 deletions
4
net/relayd/src/opnsense/mvc/app/models/OPNsense/Relayd/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<menu> | ||
<Services> | ||
<WoL VisibleName="Wake on LAN" url="/ui/wol/" cssClass="fa fa-power-off fa-fw" /> | ||
<WoL VisibleName="Wake on LAN" url="/ui/wol" cssClass="fa fa-power-off fa-fw" /> | ||
</Services> | ||
</menu> |
4 changes: 2 additions & 2 deletions
4
net/zerotier/src/opnsense/mvc/app/models/OPNsense/Zerotier/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<menu> | ||
<VPN> | ||
<Zerotier order="30" 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/"/> | ||
<Settings order="40" VisibleName="Settings" url="/ui/zerotier"/> | ||
<Overview order="50" VisibleName="Overview" url="/ui/zerotier/overview"/> | ||
</Zerotier> | ||
</VPN> | ||
</menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
security/tinc/src/opnsense/mvc/app/models/OPNsense/Tinc/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<menu> | ||
<VPN> | ||
<Tinc cssClass="fa fa-lock fa-fw" order="100"> | ||
<config VisibleName="Configuration" order="10" url="/ui/tinc/"/> | ||
<log VisibleName="Log File" order="20" url="/diag_logs_tinc.php"/> | ||
<Configuration order="10" url="/ui/tinc"/> | ||
<LogFile VisibleName="Log File" order="20" url="/diag_logs_tinc.php"/> | ||
</Tinc> | ||
</VPN> | ||
</menu> |
2 changes: 1 addition & 1 deletion
2
security/tor/src/opnsense/mvc/app/models/OPNsense/Tor/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
sysutils/monit/src/opnsense/mvc/app/models/OPNsense/Monit/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<menu> | ||
<Services> | ||
<Monit VisibleName="Monit" cssClass="fa fa-heartbeat fa-fw"> | ||
<Settings url="/ui/monit/"/> | ||
<Status url="/ui/monit/status/"/> | ||
<Monit cssClass="fa fa-heartbeat fa-fw"> | ||
<Settings url="/ui/monit"/> | ||
<Status url="/ui/monit/status"/> | ||
</Monit> | ||
</Services> | ||
</menu> |
2 changes: 1 addition & 1 deletion
2
sysutils/nut/src/opnsense/mvc/app/models/OPNsense/Nut/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<menu> | ||
<Services> | ||
<Nut cssClass="fa fa-battery-full fa-fw" url="/ui/nut/"/> | ||
<Nut cssClass="fa fa-battery-full fa-fw" url="/ui/nut"/> | ||
</Services> | ||
</menu> |
2 changes: 1 addition & 1 deletion
2
www/web-proxy-sso/src/opnsense/mvc/app/models/OPNsense/ProxySSO/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<menu> | ||
<Services> | ||
<WebProxy> | ||
<ProxySSO VisibleName="Single Sign-On" order="26" url="/ui/proxysso/" /> | ||
<ProxySSO VisibleName="Single Sign-On" order="26" url="/ui/proxysso" /> | ||
</WebProxy> | ||
</Services> | ||
</menu> |
10 changes: 5 additions & 5 deletions
10
www/web-proxy-useracl/src/opnsense/mvc/app/models/OPNsense/ProxyUserACL/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<menu> | ||
<Services> | ||
<WebProxy> | ||
<ProxyUserACL VisibleName="Groups and Users" order="30" url="/ui/proxyuseracl/"/> | ||
</WebProxy> | ||
</Services> | ||
<Services> | ||
<WebProxy> | ||
<ProxyUserACL VisibleName="Groups and Users" order="30" url="/ui/proxyuseracl"/> | ||
</WebProxy> | ||
</Services> | ||
</menu> |