mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
optimized select box position
This commit is contained in:
parent
cfa3f9cfd3
commit
5259102b18
@ -139,19 +139,17 @@
|
|||||||
<button type="button" class="btn btn-outline-secondary js-add-dhcp-upstream-server"><i class="fas fa-plus"></i></button>
|
<button type="button" class="btn btn-outline-secondary js-add-dhcp-upstream-server"><i class="fas fa-plus"></i></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-group">
|
|
||||||
<select class="custom-select custom-select-sm my-3 js-field-preset" data-field-preset-target="#add-dhcp-upstream-server-field">
|
|
||||||
<option value=""><?php echo _("Choose a hosted server") ?></option>
|
|
||||||
<option disabled="disabled"></option>
|
|
||||||
<?php echo optionsForSelect(dnsServers()) ?>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<p id="new-dhcp-upstream-server" class="form-text text-muted">
|
<p id="new-dhcp-upstream-server" class="form-text text-muted">
|
||||||
<small>
|
<small>
|
||||||
<?php echo _("Format: ") ?>
|
<?php echo _("Format: ") ?>
|
||||||
<code class="text-muted"><?php echo htmlspecialchars("[/[<domain>]/[domain/]][<ipaddr>[#<port>][@<source-ip>|<interface>[#<port>]]"); ?></code>
|
<code class="text-muted"><?php echo htmlspecialchars("[/[<domain>]/[domain/]][<ipaddr>[#<port>][@<source-ip>|<interface>[#<port>]]"); ?></code>
|
||||||
</small>
|
</small>
|
||||||
</p>
|
</p>
|
||||||
|
<select class="custom-select custom-select-sm js-field-preset" data-field-preset-target="#add-dhcp-upstream-server-field">
|
||||||
|
<option value=""><?php echo _("Choose a hosted server") ?></option>
|
||||||
|
<option disabled="disabled"></option>
|
||||||
|
<?php echo optionsForSelect(dnsServers()) ?>
|
||||||
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user