File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
frontend/js/app/nginx/proxy Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
"forward_host" : {
26
26
"type" : " string" ,
27
27
"minLength" : 1 ,
28
- "maxLength" : 50
28
+ "maxLength" : 255
29
29
},
30
30
"forward_port" : {
31
31
"type" : " integer" ,
Original file line number Diff line number Diff line change 44
44
<div class =" col-sm-5 col-md-5" >
45
45
<div class =" form-group" >
46
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 >
47
+ <input type =" text" name =" forward_host" class =" form-control text-monospace" placeholder =" " value =" <%- forward_host %>" autocomplete =" off" maxlength =" 255 " required >
48
48
</div >
49
49
</div >
50
50
<div class =" col-sm-4 col-md-4" >
You can’t perform that action at this time.
0 commit comments