Added markup for HTTP proxy option

This commit is contained in:
Samuel Crypto 2018-10-07 14:00:34 -04:00
parent a328e5bf91
commit 8ae039b77e

View file

@ -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>