X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fadmin-full%2Fluasrc%2Fview%2Fadmin_status%2Froutes.htm;h=90515013511eeecbd9f0033119cd514dfca551b8;hp=cd62b80e5facb8a66e701a0e3245c9004cd8e7c6;hb=7c765875884d6866c53b63757731b079bace2e9b;hpb=dc7138e424dfd454951ed5ed4eeddbf842457e87 diff --git a/modules/admin-full/luasrc/view/admin_status/routes.htm b/modules/admin-full/luasrc/view/admin_status/routes.htm index cd62b80e5..905150135 100644 --- a/modules/admin-full/luasrc/view/admin_status/routes.htm +++ b/modules/admin-full/luasrc/view/admin_status/routes.htm @@ -25,20 +25,20 @@ $Id$ <%+header%>
-

<%:a_n_routes%>

+

<%:Routes%>

<%:a_n_routes1%>
- <%:a_n_routes_kernel4%> + <%:Active IPv4-Routes%>
- - - - - + + + + + <% luci.sys.net.routes(function(rt) %> @@ -56,15 +56,15 @@ $Id$ <% if nixio.fs.access("/proc/net/ipv6_route") then style = true %>
- <%:a_n_routes_kernel6%> + <%:Active IPv6-Routes%>
<%:network%><%:target%><%:netmask%><%:gateway%><%:metric%><%:Network%><%:Target%><%:IPv4-Netmask%><%:IPv4-Gateway%><%:Metric%>
- - - - + + + + <% luci.sys.net.routes6(function(rt) %>
<%:network%><%:target%><%:gateway6%><%:metric%><%:Network%><%:Target%><%:IPv6-Gateway%><%:Metric%>