* luci/app-olsr: fix olsr status pages
[project/luci.git] / applications / luci-olsr / luasrc / view / status-olsr / hna.htm
index 35dec2d..e15a235 100644 (file)
@@ -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 %>