We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8596c1 commit a561605Copy full SHA for a561605
frontend/js/app/nginx/certificates/list/item.ejs
@@ -28,7 +28,7 @@
28
</div>
29
</td>
30
<td>
31
- <%- i18n('ssl', provider) %>
+ <%- i18n('ssl', provider) %><% if (meta.cloudflare_use) { %> - CloudFlare DNS<% } %>
32
33
<td class="<%- isExpired() ? 'text-danger' : '' %>">
34
<%- formatDbDate(expires_on, 'Do MMMM YYYY, h:mm a') %>
0 commit comments