diff options
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/routes.htm')
-rw-r--r-- | applications/luci-olsr/luasrc/view/status-olsr/routes.htm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm index 4840bf655..ae075e8f4 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm @@ -1,12 +1,12 @@ <%+header%> -<h1><%:olsr_routes OLSR-Routen%></h1> +<h1><%:olsr_routes%></h1> <br /> <table cellspacing="0" cellpadding="6"> <tr> -<th><%:destination Ziel%></th> -<th><%:gateway Gateway%></th> -<th><%:interface Schnittstelle%></th> -<th><%:metric Metrik%></th> +<th><%:destination%></th> +<th><%:gateway%></th> +<th><%:interface%></th> +<th><%:metric%></th> <th>ETX</th> </tr> <% for k, route in ipairs(routes) do |