summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-olsr/luasrc/view/status-olsr/mid.htm
blob: 63b8c25b2c223099732e6aee437bf47778d1fecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<%+header%>
<h1><%:olsr_mid%></h1>
<br />
<table cellspacing="0" cellpadding="6">
<tr>
<th><%:node%></th>
<th><%:aliases%></th>
</tr>
<% for k, mid in ipairs(mids) do %>
<tr>
<td><a href="http://<%=mid.IP%>"><%=mid.IP%></a></td>
<td><%=mid.Aliases%></td>
</tr>
<% end %>
</table>
<br />
<%+footer%>