* luci/app-olsr: fix olsr status pages
[project/luci.git] / applications / luci-olsr / luasrc / view / status-olsr / hna.htm
index 777fd2dcf534aba7a83406abe63a970445dc4b8a..e15a235f9526f3d46c3b8fa8f790672bb23980cd 100644 (file)
@@ -15,14 +15,14 @@ $Id$
 <%+header%>
 <h1><%:olsrhna%></h1>
 <br />
-<table cellspacing="0" cellpadding="6">
+<table class="smalltext" cellspacing="0" cellpadding="6">
 <tr>
 <th><%:destination%></th>
 <th><%:gateway%></th>
 </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 %>