modules/admin-full: fix broken XHTML on diagnostics page
This commit is contained in:
parent
ecdf523b07
commit
7933cad0fa
1 changed files with 4 additions and 4 deletions
|
@ -84,8 +84,8 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6")
|
||||||
<input type="button" value="<%:Ping%>" class="cbi-button cbi-button-apply" onclick="update_status(this.form.ping,this.form.proto)" />
|
<input type="button" value="<%:Ping%>" class="cbi-button cbi-button-apply" onclick="update_status(this.form.ping,this.form.proto)" />
|
||||||
<% if has_ping6 then %>
|
<% if has_ping6 then %>
|
||||||
<div style="width:100%; margin-top: 10px;">
|
<div style="width:100%; margin-top: 10px;">
|
||||||
<input type="radio" name="proto" value="" checked> <%:IPv4%>
|
<input type="radio" name="proto" value="" checked="checked" /> <%:IPv4%>
|
||||||
<input type="radio" name="proto" value="6"> <%:IPv6%>
|
<input type="radio" name="proto" value="6" /> <%:IPv6%>
|
||||||
</div>
|
</div>
|
||||||
<%end%>
|
<%end%>
|
||||||
</div>
|
</div>
|
||||||
|
@ -95,8 +95,8 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6")
|
||||||
<input type="button" value="<%:Traceroute%>" class="cbi-button cbi-button-apply" onclick="update_status(this.form.traceroute,this.form.trproto)" />
|
<input type="button" value="<%:Traceroute%>" class="cbi-button cbi-button-apply" onclick="update_status(this.form.traceroute,this.form.trproto)" />
|
||||||
<% if has_traceroute6 then %>
|
<% if has_traceroute6 then %>
|
||||||
<div style="width:100%; margin-top: 10px;">
|
<div style="width:100%; margin-top: 10px;">
|
||||||
<input type="radio" name="trproto" value="" checked> <%:IPv4%>
|
<input type="radio" name="trproto" value="" checked="checked" /> <%:IPv4%>
|
||||||
<input type="radio" name="trproto" value="6"> <%:IPv6%>
|
<input type="radio" name="trproto" value="6" /> <%:IPv6%>
|
||||||
</div>
|
</div>
|
||||||
<%end%>
|
<%end%>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue