Thanks. I created now .../Favorites/Menu.xml which kind of works.
Unfortunately every time I click an entry the menu structure below opens as well where the corresponding item is. Is there a way to prevent that?
Unfortunately every time I click an entry the menu structure below opens as well where the corresponding item is. Is there a way to prevent that?
Code Select
<menu>
<Favorites order="1" cssClass="fa fa-star">
<FW-Aliases order="10" VisibleName="FW Aliases" url="/ui/firewall/alias" cssClass="fa fa-list-alt fa-fw">
<Edit url="/ui/firewall/alias/*" visibility="hidden"/>
</FW-Aliases>
<LAN_IFG-FW_Rules order="20" VisibleName="FW LAN-IFG Rules" url="/firewall_rules.php?if=LAN_IFG" cssClass="glyphicon glyphicon-fire"/>
<Live order="30" VisibleName="FW Live Log" url="/ui/diagnostics/firewall/log" cssClass="fa-eye"/>
<Leases order="90" url="/status_dhcp_leases.php" cssClass="fa fa-bullseye fa-fw">
<Details url="/status_dhcp_leases.php?*" visibility="hidden"/>
</Leases>
</Favorites>
</menu>
"