Add hosts to cert list

This commit is contained in:
Julian Gassner 2024-12-18 18:10:20 +01:00
parent b3de76c945
commit 2c1595756d
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<th width="30">&nbsp;</th> <th width="30">&nbsp;</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>&nbsp;</th> <th>&nbsp;</th>

View File

@ -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"