diff options
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/hna.htm')
-rw-r--r-- | applications/luci-olsr/luasrc/view/status-olsr/hna.htm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/hna.htm b/applications/luci-olsr/luasrc/view/status-olsr/hna.htm index e15a235f95..cae8a1fd9c 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/hna.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/hna.htm @@ -13,12 +13,13 @@ $Id$ -%> <%+header%> -<h1><%:olsrhna%></h1> +<h1><%:olsrd_hna%></h1> +<p><%:olsrd_hna_desc%></p> <br /> <table class="smalltext" cellspacing="0" cellpadding="6"> <tr> -<th><%:destination%></th> -<th><%:gateway%></th> +<th><%:olsrd_network%></th> +<th><%:olsrd_gateway%></th> </tr> <% for k, route in ipairs(routes) do %> <tr> @@ -28,4 +29,4 @@ $Id$ <% end %> </table> <br /> -<%+footer%>
\ No newline at end of file +<%+footer%> |