summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-olsr/luasrc/view/status-olsr/topology.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-13 17:51:03 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-13 17:51:03 +0000
commitbedf65aed20be9e24d6aa3b8eda56e009011b906 (patch)
treeb8f28eb25772efe3f052122f9f3681438b5da172 /applications/luci-olsr/luasrc/view/status-olsr/topology.htm
parentdb04fffe1384721c00d671c0fe069cd26ebd0866 (diff)
* luci/app-olsr: fix olsr status pages
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/topology.htm')
-rw-r--r--applications/luci-olsr/luasrc/view/status-olsr/topology.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/topology.htm b/applications/luci-olsr/luasrc/view/status-olsr/topology.htm
index c7bd93574a..df10b78466 100644
--- a/applications/luci-olsr/luasrc/view/status-olsr/topology.htm
+++ b/applications/luci-olsr/luasrc/view/status-olsr/topology.htm
@@ -26,11 +26,11 @@ $Id$
<% for k, route in ipairs(routes) do
%>
<tr>
-<td><a href="http://<%=route["Destination IP"]%>"><%=route["Destination IP"]%></a></td>
+<td><a href="http://<%=route["Dest. IP"]%>"><%=route["Dest. IP"]%></a></td>
<td><a href="http://<%=route["Last hop IP"]%>"><%=route["Last hop IP"]%></a></td>
<td><%=route.LQ%></td>
-<td><%=route.ILQ%></td>
-<td><%=string.format("%.3f", tonumber(route.ETX) or 0)%></td>
+<td><%=route.NLQ%></td>
+<td><%=string.format("%.3f", tonumber(route.Cost) or 0)%></td>
</tr>
<% end %>
</table>