Skip to content

Commit

Permalink
Manually add URLs to a container mozilla#2114
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomes77 committed Nov 16, 2023
1 parent e8158df commit b1aa810
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,17 @@ <h3 class="title" id="container-edit-title" data-i18n-message-id="default"></h3>
<fieldset id="edit-container-panel-choose-icon" class="radio-choice">
<legend class="form-header" data-i18n-message-id="icon"></legend>
</fieldset>
<fieldset class="proxies"> <!---- PROXIES -->
<fieldset class="proxies"> <!-- PROXIES -->
<input type="text" class="proxies" name="container-proxy" id="edit-container-panel-proxy" placeholder="type://host:port" hidden/>
<input type="text" class="proxies" name="moz-proxy-enabled" id="moz-proxy-enabled" maxlength="5" hidden/>
<input type="text" class="proxies" name="country-code" id="country-code-input" maxlength="5" hidden/>
<input type="text" class="proxies" name="city-name" id="city-name-input" maxlength="5" hidden/>
</fieldset>
<fieldset id="edit-container-panel-add-site" hidden>
<legend class="form-header">Assign site</legend>
<input type="text" name="site-name" id="edit-container-panel-site-input"/>
<a class="button secondary" id="edit-container-site-link">Add</a>
</fieldset>
</form>
<div id="edit-container-options">
<div class="options-header" data-i18n-message-id="options"></div>
Expand Down

0 comments on commit b1aa810

Please sign in to comment.