modules/admin-full: style fixes on diagnostics page
This commit is contained in:
parent
23da14d303
commit
5b05e6d020
1 changed files with 3 additions and 3 deletions
|
@ -65,17 +65,17 @@ $Id$
|
|||
<br />
|
||||
|
||||
<div style="width:30%; float:left; text-align:center">
|
||||
<input class="cbi-input-text" type="text" value="openwrt.org" name="ping" />
|
||||
<input style="width: 50%" type="text" value="openwrt.org" name="ping" />
|
||||
<input type="button" value="Ping" class="cbi-button cbi-button-apply" onclick="update_status(this.form.ping)" />
|
||||
</div>
|
||||
|
||||
<div style="width:30%; float:left; text-align:center">
|
||||
<input class="cbi-input-text" type="text" value="openwrt.org" name="traceroute" />
|
||||
<input style="width: 50%" type="text" value="openwrt.org" name="traceroute" />
|
||||
<input type="button" value="Traceroute" class="cbi-button cbi-button-apply" onclick="update_status(this.form.traceroute)" />
|
||||
</div>
|
||||
|
||||
<div style="width:30%; float:left; text-align:center">
|
||||
<input class="cbi-input-text" type="text" value="openwrt.org" name="nslookup" />
|
||||
<input style="width: 50%" type="text" value="openwrt.org" name="nslookup" />
|
||||
<input type="button" value="Nslookup" class="cbi-button cbi-button-apply" onclick="update_status(this.form.nslookup)" />
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue