File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/js/app/nginx/stream Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 <div class =" col-sm-12 col-md-12" >
1010 <div class =" form-group" >
1111 <label class =" form-label" ><% - i18n (' streams' , ' incoming-port' ) %> <span class =" form-required" >*</span ></label >
12- <input name =" incoming_port" type =" number" class =" form-control text-monospace" placeholder =" eg: 8080" value =" <%- incoming_port %>" required >
12+ <input name =" incoming_port" type =" number" class =" form-control text-monospace" placeholder =" eg: 8080" min = " 1 " max = " 65535 " value =" <%- incoming_port %>" required >
1313 </div >
1414 </div >
1515 <div class =" col-sm-8 col-md-8" >
2121 <div class =" col-sm-4 col-md-4" >
2222 <div class =" form-group" >
2323 <label class =" form-label" ><% - i18n (' streams' , ' forwarding-port' ) %> <span class =" form-required" >*</span ></label >
24- <input name =" forwarding_port" type =" number" class =" form-control text-monospace" placeholder =" eg: 80" value =" <%- forwarding_port %>" required >
24+ <input name =" forwarding_port" type =" number" class =" form-control text-monospace" placeholder =" eg: 80" min = " 1 " max = " 65535 " value =" <%- forwarding_port %>" required >
2525 </div >
2626 </div >
2727 <div class =" col-sm-6 col-md-6" >
You can’t perform that action at this time.
0 commit comments