diff --git a/frontend/js/app/nginx/redirection/form.ejs b/frontend/js/app/nginx/redirection/form.ejs index 488d273..7e19071 100644 --- a/frontend/js/app/nginx/redirection/form.ejs +++ b/frontend/js/app/nginx/redirection/form.ejs @@ -22,7 +22,7 @@ <input type="text" name="domain_names" class="form-control" id="input-domains" value="<%- domain_names.join(',') %>" required> </div> </div> - <div class="col-sm-4 col-md-4"> + <div class="col-sm-3 col-md-3"> <div class="form-group"> <label class="form-label"><%- i18n('redirection-hosts', 'forward-scheme') %><span class="form-required">*</span></label> <select name="forward_scheme" class="form-control custom-select" placeholder="$scheme"> @@ -32,7 +32,7 @@ </select> </div> </div> - <div class="col-sm-8 col-md-8"> + <div class="col-sm-9 col-md-9"> <div class="form-group"> <label class="form-label"><%- i18n('redirection-hosts', 'forward-domain') %><span class="form-required">*</span></label> <input type="text" name="forward_domain_name" class="form-control text-monospace" placeholder="" value="<%- forward_domain_name %>" required> diff --git a/frontend/js/app/nginx/redirection/list/main.ejs b/frontend/js/app/nginx/redirection/list/main.ejs index 15af827..41158a7 100644 --- a/frontend/js/app/nginx/redirection/list/main.ejs +++ b/frontend/js/app/nginx/redirection/list/main.ejs @@ -1,6 +1,7 @@ <thead> <th width="30"> </th> <th><%- i18n('str', 'source') %></th> + <th><%- i18n('redirection-hosts', 'forward-http-status-code') %></th> <th><%- i18n('str', 'destination') %></th> <th><%- i18n('str', 'ssl') %></th> <th><%- i18n('str', 'status') %></th>