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 22
22
<input type =" text" name =" domain_names" class =" form-control" id =" input-domains" value =" <%- domain_names.join(',') %>" required >
23
23
</div >
24
24
</div >
25
- <div class =" col-sm-4 col-md-4 " >
25
+ <div class =" col-sm-3 col-md-3 " >
26
26
<div class =" form-group" >
27
27
<label class =" form-label" ><% - i18n (' redirection-hosts' , ' forward-scheme' ) %> <span class =" form-required" >*</span ></label >
28
28
<select name =" forward_scheme" class =" form-control custom-select" placeholder =" $scheme" >
32
32
</select >
33
33
</div >
34
34
</div >
35
- <div class =" col-sm-8 col-md-8 " >
35
+ <div class =" col-sm-9 col-md-9 " >
36
36
<div class =" form-group" >
37
37
<label class =" form-label" ><% - i18n (' redirection-hosts' , ' forward-domain' ) %> <span class =" form-required" >*</span ></label >
38
38
<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 1
1
<thead >
2
2
<th width =" 30" >  ; </th >
3
3
<th ><% - i18n (' str' , ' source' ) %> </th >
4
+ <th ><% - i18n (' redirection-hosts' , ' forward-http-status-code' ) %> </th >
4
5
<th ><% - i18n (' str' , ' destination' ) %> </th >
5
6
<th ><% - i18n (' str' , ' ssl' ) %> </th >
6
7
<th ><% - i18n (' str' , ' status' ) %> </th >
You can’t perform that action at this time.
0 commit comments