Skip to content

Commit a561605

Browse files
committed
show in ssl certificates list that CloudFlare is used
1 parent e8596c1 commit a561605

File tree

1 file changed

+1
-1
lines changed
  • frontend/js/app/nginx/certificates/list

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</div>
2929
</td>
3030
<td>
31-
<%- i18n('ssl', provider) %>
31+
<%- i18n('ssl', provider) %><% if (meta.cloudflare_use) { %> - CloudFlare DNS<% } %>
3232
</td>
3333
<td class="<%- isExpired() ? 'text-danger' : '' %>">
3434
<%- formatDbDate(expires_on, 'Do MMMM YYYY, h:mm a') %>

0 commit comments

Comments
 (0)