X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=applications%2Fluci-olsr%2Fluasrc%2Fview%2Fstatus-olsr%2Froutes.htm;h=cad9c35884ba247a9d2f77217ffb0a1f50a5c560;hb=3e9e883c1583ba85132cec7a4598d92ad7152a64;hp=c5cce7614563f70ca2d789f2f8da3a703862587c;hpb=1bd4697acd27b24b11fcaf3d9566226cb7154487;p=project%2Fluci.git diff --git a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm index c5cce7614..cad9c3588 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm @@ -13,15 +13,15 @@ $Id$ -%> <%+header%> -

<%:olsrd_routes%>

-

<%:olsrd_routes_desc%>

+

<%:Known OLSR routes%>

+

<%:Overview of currently known routes to other OLSR nodes%>


- - - - + + + + <% for k, route in ipairs(routes) do @@ -40,7 +40,12 @@ $Id$ %> - +
<%:olsrd_network%><%:olsrd_gateway%><%:interface%><%:metric%><%:Announced network%><%:OLSR gateway%><%:Interface%><%:Metric%> ETX
<%=route.Destination%><%=route["Gateway IP"]%> +/cgi-bin-status.html"><%=route["Gateway IP"]%> +<% if route.Hostname then %> + / <%=route.Hostname%> +<% end %> + <%=route.Interface%> <%=route.Metric%> <%=string.format("%.3f", tonumber(route.ETX) or 0)%>