diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-13 17:51:03 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-13 17:51:03 +0000 |
commit | bedf65aed20be9e24d6aa3b8eda56e009011b906 (patch) | |
tree | b8f28eb25772efe3f052122f9f3681438b5da172 /applications/luci-olsr/luasrc/view/status-olsr/hna.htm | |
parent | db04fffe1384721c00d671c0fe069cd26ebd0866 (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.htm | 2 |
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 %> |