Skip to content

Commit 2c15957

Browse files
committed
Add hosts to cert list
1 parent b3de76c commit 2c15957

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<th width="30">&nbsp;</th>
33
<th><%- i18n('str', 'name') %></th>
44
<th><%- i18n('all-hosts', 'cert-provider') %></th>
5+
<th><%- i18n('str', 'active-hosts') %></th>
56
<th><%- i18n('str', 'expires') %></th>
67
<% if (canManage) { %>
78
<th>&nbsp;</th>

frontend/js/i18n/messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"value": "Value",
3636
"please-wait": "Please wait...",
3737
"all": "All",
38-
"any": "Any"
38+
"any": "Any",
39+
"active-hosts": "Active Hosts"
3940
},
4041
"login": {
4142
"title": "Login to your account"

0 commit comments

Comments
 (0)