Added markup for HTTP proxy option
This commit is contained in:
parent
a328e5bf91
commit
8ae039b77e
1 changed files with 4 additions and 0 deletions
|
@ -183,6 +183,10 @@
|
||||||
<fieldset id="edit-container-panel-choose-icon" class="radio-choice">
|
<fieldset id="edit-container-panel-choose-icon" class="radio-choice">
|
||||||
<legend>Choose an icon</legend>
|
<legend>Choose an icon</legend>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
<fieldset>
|
||||||
|
<legend>HTTP Proxy (Optional)</legend>
|
||||||
|
<input type="text" name="container-proxy" id="edit-container-panel-proxy" maxlength="15" placeholder="IP:PORT or USER:PASS@IP:PORT"/>
|
||||||
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
<div id="edit-sites-assigned" class="scrollable" hidden>
|
<div id="edit-sites-assigned" class="scrollable" hidden>
|
||||||
<h3>Sites assigned to this container</h3>
|
<h3>Sites assigned to this container</h3>
|
||||||
|
|
Loading…
Add table
Reference in a new issue