Fixes #3184 - System proxy UI shows password.
This commit is contained in:
parent
4fc95196de
commit
e6bc9280bd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
<p class="help-text"><%- @T('Password for proxy connection.') %></p>
|
<p class="help-text"><%- @T('Password for proxy connection.') %></p>
|
||||||
<div class="horizontal end">
|
<div class="horizontal end">
|
||||||
<div class="form-item flex">
|
<div class="form-item flex">
|
||||||
<input type="text" name="proxy_password" value="<%= @proxy_password %>" class="form-control">
|
<input type="password" name="proxy_password" value="<%= @proxy_password %>" class="form-control">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="help-text"><%- @T('No proxy for the following hosts.') %></p>
|
<p class="help-text"><%- @T('No proxy for the following hosts.') %></p>
|
||||||
|
|
Loading…
Reference in a new issue