summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-olsr/luasrc/view/status-olsr/hna.htm
blob: 38430fcf86350f4577391446256f091f670c3d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<%+header%>
<h1><%:olsrhna%></h1>
<br />
<table cellspacing="0" cellpadding="6">
<tr>
<th><%:destination%></th>
<th><%:gateway%></th>
</tr>
<% for k, route in ipairs(routes) do %>
<tr>
<td><%=route.Network%>/<%=route.Netmask%></td>
<td><a href="http://<%=route.Gateway%>"><%=route.Gateway%></a></td>
</tr>
<% end %>
</table>
<br />
<%+footer%>