Merge pull request #1 from ldbglobe/ldbglobe-proxy-list-with-id-displayed

Display proxy ID following the Creation date in proxy list
This commit is contained in:
Mathieu D
2024-03-29 15:16:42 +01:00
committed by GitHub

View File

@@ -20,6 +20,7 @@
</div>
<div class="small text-muted">
<%- i18n('str', 'created-on', {date: formatDbDate(created_on, 'Do MMMM YYYY')}) %>
(#<%- id %>)
</div>
</td>
<td>
@@ -57,4 +58,4 @@
</div>
</div>
</td>
<% } %>
<% } %>