Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit 070e7df

Browse files
committed
Merge pull request #115 from sanzinger/fix/proxyurl
Change proxy url/port fields to text
2 parents 934453f + 2775070 commit 070e7df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/admin.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,12 +415,12 @@
415415
</div>
416416
<div class="field-group">
417417
<label>Server </label>
418-
<input class="text long-field" type="password" name="proxyServer">
418+
<input class="text long-field" type="text" name="proxyServer">
419419
<div class="description"></div>
420420
</div>
421421
<div class="field-group">
422422
<label>Port </label>
423-
<input class="text long-field" type="password" name="proxyPort">
423+
<input class="text long-field" type="text" name="proxyPort">
424424
<div class="description"></div>
425425
</div>
426426
</fieldset>

0 commit comments

Comments
 (0)