luci-0.10: Merge r 6840

This commit is contained in:
Manuel Munz 2011-02-03 15:19:19 +00:00
parent f44d481aac
commit eb17b22200

View file

@ -278,11 +278,11 @@ local defroutev6 = sys.net.defaultroute6()
<h2><%:Default routes%></h2>
<div class="cbi-section">
<div class="cbi-section-node">
<table class="cbi-section-table">
<% if not defroutev4 and not defroutev6 then %>
<%:No default routes known.%>
<%else%>
<table class="cbi-section-table">
<tr class="cbi-section-table-titles">
<th class="cbi-section-table-cell"><%:Network%></th>
<th class="cbi-section-table-cell"><%:Interface%></th>
@ -312,8 +312,8 @@ local defroutev6 = sys.net.defaultroute6()
<% end %>
</table>
<% end %>
</div>
</div>
</div>
<% end %>
<%+footer%>