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/routes.htm | |
parent | db04fffe1384721c00d671c0fe069cd26ebd0866 (diff) |
* luci/app-olsr: fix olsr status pages
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/routes.htm')
-rw-r--r-- | applications/luci-olsr/luasrc/view/status-olsr/routes.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm index 253a77126..27d967080 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm @@ -39,7 +39,7 @@ $Id$ %> <tr> <td><%=route.Destination%></td> -<td><%=route.Gateway%></td> +<td><%=route["Gateway IP"]%></td> <td><%=route.Interface%></td> <td><%=route.Metric%></td> <td style="background-color:<%=color%>"><%=string.format("%.3f", tonumber(route.ETX) or 0)%></td> |