mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-05-11 16:23:09 +00:00
Add hosts to cert list
This commit is contained in:
parent
b3de76c945
commit
2c1595756d
@ -2,6 +2,7 @@
|
|||||||
<th width="30"> </th>
|
<th width="30"> </th>
|
||||||
<th><%- i18n('str', 'name') %></th>
|
<th><%- i18n('str', 'name') %></th>
|
||||||
<th><%- i18n('all-hosts', 'cert-provider') %></th>
|
<th><%- i18n('all-hosts', 'cert-provider') %></th>
|
||||||
|
<th><%- i18n('str', 'active-hosts') %></th>
|
||||||
<th><%- i18n('str', 'expires') %></th>
|
<th><%- i18n('str', 'expires') %></th>
|
||||||
<% if (canManage) { %>
|
<% if (canManage) { %>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
|
@ -35,7 +35,8 @@
|
|||||||
"value": "Value",
|
"value": "Value",
|
||||||
"please-wait": "Please wait...",
|
"please-wait": "Please wait...",
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"any": "Any"
|
"any": "Any",
|
||||||
|
"active-hosts": "Active Hosts"
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"title": "Login to your account"
|
"title": "Login to your account"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user