We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995db12 commit 1d23d5cCopy full SHA for 1d23d5c
frontend/js/app/nginx/proxy/form.ejs
@@ -44,7 +44,7 @@
44
<div class="col-sm-5 col-md-5">
45
<div class="form-group">
46
<label class="form-label"><%- i18n('proxy-hosts', 'forward-host') %><span class="form-required">*</span></label>
47
- <input type="text" name="forward_host" class="form-control text-monospace" placeholder="" value="<%- forward_host %>" autocomplete="off" maxlength="50" required>
+ <input type="text" name="forward_host" class="form-control text-monospace" placeholder="" value="<%- forward_host %>" autocomplete="off" required>
48
</div>
49
50
<div class="col-sm-4 col-md-4">
0 commit comments