modules/freifunk: Fix problem with public_status html
This commit is contained in:
parent
617e93a623
commit
8cd629e148
1 changed files with 2 additions and 2 deletions
|
@ -278,11 +278,11 @@ local defroutev6 = sys.net.defaultroute6()
|
||||||
<h2><%:Default routes%></h2>
|
<h2><%:Default routes%></h2>
|
||||||
<div class="cbi-section">
|
<div class="cbi-section">
|
||||||
<div class="cbi-section-node">
|
<div class="cbi-section-node">
|
||||||
<table class="cbi-section-table">
|
|
||||||
|
|
||||||
<% if not defroutev4 and not defroutev6 then %>
|
<% if not defroutev4 and not defroutev6 then %>
|
||||||
<%:No default routes known.%>
|
<%:No default routes known.%>
|
||||||
<%else%>
|
<%else%>
|
||||||
|
<table class="cbi-section-table">
|
||||||
<tr class="cbi-section-table-titles">
|
<tr class="cbi-section-table-titles">
|
||||||
<th class="cbi-section-table-cell"><%:Network%></th>
|
<th class="cbi-section-table-cell"><%:Network%></th>
|
||||||
<th class="cbi-section-table-cell"><%:Interface%></th>
|
<th class="cbi-section-table-cell"><%:Interface%></th>
|
||||||
|
@ -312,8 +312,8 @@ local defroutev6 = sys.net.defaultroute6()
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
|
||||||
<%+footer%>
|
<%+footer%>
|
||||||
|
|
Loading…
Reference in a new issue