Compare commits

...

3 Commits

Author SHA1 Message Date
Mathieu Delestre
cb9bbcb6e8
Merge 88fda48201cdcf7517b699c341e7cbbae16631df into 9687e9e450eaf7370f9c17dbfbdd4e2cbf4032d3 2025-01-26 08:39:23 +00:00
Mathieu D
88fda48201
Merge pull request #1 from ldbglobe/ldbglobe-proxy-list-with-id-displayed
Display proxy ID following the Creation date in proxy list
2024-03-29 15:16:42 +01:00
Mathieu D
5744a3a7ed
Display proxy ID following the Creation date in proxy list
Whenever you need to consult logs or manually modify a configuration on the server, the ID is a key element. Of course, it's possible to find information in the files, but having this information prominently displayed in the list would be a real plus.
2024-03-29 15:14:01 +01:00

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>
<% } %>
<% } %>