* luci/app-olsr: fix olsr status pages
[project/luci.git] / applications / luci-olsr / luasrc / view / status-olsr / hna.htm
index 38430fcf86350f4577391446256f091f670c3d45..e15a235f9526f3d46c3b8fa8f790672bb23980cd 100644 (file)
@@ -1,14 +1,28 @@
+<%#
+LuCI - Lua Configuration Interface
+Copyright 2008 Steven Barth <steven@midlink.org>
+Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+$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 %>