File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
frontend/js/app/nginx/redirection Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222 <input type =" text" name =" domain_names" class =" form-control" id =" input-domains" value =" <%- domain_names.join(',') %>" required >
2323 </div >
2424 </div >
25- <div class =" col-sm-4 col-md-4 " >
25+ <div class =" col-sm-3 col-md-3 " >
2626 <div class =" form-group" >
2727 <label class =" form-label" ><% - i18n (' redirection-hosts' , ' forward-scheme' ) %> <span class =" form-required" >*</span ></label >
2828 <select name =" forward_scheme" class =" form-control custom-select" placeholder =" $scheme" >
3232 </select >
3333 </div >
3434 </div >
35- <div class =" col-sm-8 col-md-8 " >
35+ <div class =" col-sm-9 col-md-9 " >
3636 <div class =" form-group" >
3737 <label class =" form-label" ><% - i18n (' redirection-hosts' , ' forward-domain' ) %> <span class =" form-required" >*</span ></label >
3838 <input type =" text" name =" forward_domain_name" class =" form-control text-monospace" placeholder =" " value =" <%- forward_domain_name %>" required >
Original file line number Diff line number Diff line change 11<thead >
22 <th width =" 30" >  ; </th >
33 <th ><% - i18n (' str' , ' source' ) %> </th >
4+ <th ><% - i18n (' redirection-hosts' , ' forward-http-status-code' ) %> </th >
45 <th ><% - i18n (' str' , ' destination' ) %> </th >
56 <th ><% - i18n (' str' , ' ssl' ) %> </th >
67 <th ><% - i18n (' str' , ' status' ) %> </th >
You can’t perform that action at this time.
0 commit comments