summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-olsr/luasrc/view/status-olsr/hna.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/hna.htm
parentdb04fffe1384721c00d671c0fe069cd26ebd0866 (diff)
* luci/app-olsr: fix olsr status pages
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/hna.htm')
-rw-r--r--applications/luci-olsr/luasrc/view/status-olsr/hna.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/hna.htm b/applications/luci-olsr/luasrc/view/status-olsr/hna.htm
index 35dec2d8e3..e15a235f95 100644
--- a/applications/luci-olsr/luasrc/view/status-olsr/hna.htm
+++ b/applications/luci-olsr/luasrc/view/status-olsr/hna.htm
@@ -22,7 +22,7 @@ $Id$
</tr>
<% for k, route in ipairs(routes) do %>
<tr>
-<td><%=route.Network%>/<%=route.Netmask%></td>
+<td><%=route.Destination%></td>
<td><a href="http://<%=route.Gateway%>"><%=route.Gateway%></a></td>
</tr>
<% end %>