Skip to content

Commit 77a2ee9

Browse files
committed
Updated list table
Added state code columns Better form columns sizing
1 parent ebeda63 commit 77a2ee9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

frontend/js/app/nginx/redirection/form.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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">
@@ -32,7 +32,7 @@
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>

frontend/js/app/nginx/redirection/list/main.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<thead>
22
<th width="30">&nbsp;</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>

0 commit comments

Comments
 (0)