Commit c8589ad4 authored by Franco Fichtner's avatar Franco Fichtner

menu: bring back dashboard link

Plus other tweaks...
parent c63cebe9
<menu> <menu>
<User order="0" cssClass="glyphicon glyphicon-user"> <Lobby order="0" cssClass="fa fa-laptop">
<ChangePassword VisibleName="Change password" url="/system_usermanager_passwordmg.php" cssClass="fa fa-key"/> <Dashboard order="0" url="/index.php" cssClass="fa fa-dashboard">
<Logout url="/index.php?logout" cssClass="fa fa-sign-out"/> <Root url="/"/>
</User> </Dashboard>
<System order="1" VisibleName="System" cssClass="glyphicon glyphicon-dashboard"> <ChangePassword order="1" VisibleName="Change password" url="/system_usermanager_passwordmg.php" cssClass="fa fa-key"/>
<Logout order="2" url="/index.php?logout" cssClass="fa fa-sign-out"/>
</Lobby>
<System order="1" VisibleName="System" cssClass="fa fa-server">
<CertificateManager order="120" VisibleName="Certificate Manager" cssClass="fa fa-certificate"> <CertificateManager order="120" VisibleName="Certificate Manager" cssClass="fa fa-certificate">
<Certificates url="/system_certmanager.php"> <Certificates url="/system_certmanager.php">
<workAround url="/system_certmanager.php*"/> <workAround url="/system_certmanager.php*"/>
...@@ -63,7 +66,7 @@ ...@@ -63,7 +66,7 @@
<Wizard order="140" url="/wizard.php" cssClass="fa fa-magic"> <Wizard order="140" url="/wizard.php" cssClass="fa fa-magic">
<Step url="/wizard.php*"/> <Step url="/wizard.php*"/>
</Wizard> </Wizard>
<Access VisibleName="Access Control" order="10" cssClass="fa fa-users"> <Access order="10" cssClass="fa fa-users">
<Users order="10" url="/system_usermanager.php"> <Users order="10" url="/system_usermanager.php">
<All url="/system_usermanager.php*"/> <All url="/system_usermanager.php*"/>
<Privileges url="/system_usermanager_addprivs.php*"/> <Privileges url="/system_usermanager_addprivs.php*"/>
...@@ -90,7 +93,7 @@ ...@@ -90,7 +93,7 @@
</Diagnostics> </Diagnostics>
</System> </System>
<Interfaces order="2" cssClass="fa fa-sitemap"> <Interfaces order="2" cssClass="fa fa-sitemap">
<Overview order="900" url="/status_interfaces.php" cssClass="glyphicon glyphicon-tasks"/> <Overview order="900" url="/status_interfaces.php" cssClass="fa fa-tasks"/>
<Assignments order="910" url="/interfaces_assign.php" cssClass="fa fa-pencil"/> <Assignments order="910" url="/interfaces_assign.php" cssClass="fa fa-pencil"/>
<Types VisibleName="Other Types" order="929" cssClass="fa fa-cog"> <Types VisibleName="Other Types" order="929" cssClass="fa fa-cog">
<Bridge url="/interfaces_bridge.php"> <Bridge url="/interfaces_bridge.php">
...@@ -212,7 +215,7 @@ ...@@ -212,7 +215,7 @@
<Plain VisibleName="Plain View" order="400" url="/diag_logs_filter_plain.php"/> <Plain VisibleName="Plain View" order="400" url="/diag_logs_filter_plain.php"/>
</LogFiles> </LogFiles>
</Firewall> </Firewall>
<Services order="5" cssClass="glyphicon glyphicon-cog"> <Services order="5" cssClass="fa fa-cog">
<DHCP cssClass="fa fa-bullseye"> <DHCP cssClass="fa fa-bullseye">
<Server order="100" url="/services_dhcp.php"> <Server order="100" url="/services_dhcp.php">
<Tab url="/services_dhcp.php?if=*"/> <Tab url="/services_dhcp.php?if=*"/>
...@@ -363,7 +366,7 @@ ...@@ -363,7 +366,7 @@
</LogFile> </LogFile>
</PPTP> </PPTP>
</VPN> </VPN>
<Help order="6" cssClass="glyphicon glyphicon-question-sign"> <Help order="6" cssClass="fa fa-support">
<AboutThisPage VisibleName="About this Page" url="/help.php" IsExternal="Y"/> <AboutThisPage VisibleName="About this Page" url="/help.php" IsExternal="Y"/>
<DevelopersWiki VisibleName="Developers Wiki" url="https://wiki.opnsense.org/index.php/developers" <DevelopersWiki VisibleName="Developers Wiki" url="https://wiki.opnsense.org/index.php/developers"
IsExternal="Y"/> IsExternal="Y"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment