Thanks, it appears simple enough to fix:
<ul id="modemenu"><%
for k,node in pairs(tree.nodes) do
- if node.title and not node.hidden then %>
+ if node.title and not node.hidden and k ~= 'servicectl' then %>
<li><a<% if request[1] == k then %> class="active"<%end%>
href="<%=controller%>/<%=k%>/"><%=node.title%></a></li><%
end
end
%>
</ul>
On 18 January 2011 23:36, Jo-Philipp Wich <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Yes, its an oversight. I'll fix it today.
>
> ~ Jow
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk01bRcACgkQdputYINPTPPsNgCbBXUQoO8XsSlQwfEm0aOHC2jh
> slIAnA1Su8H9h/+SR/GJL8+G5jSHxucb
> =qWnP
> -----END PGP SIGNATURE-----
> _______________________________________________
> openwrt-devel mailing list
> [email protected]
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel