Compare commits

...

3 Commits

Author SHA1 Message Date
Mathieu Delestre
b75e23a954
Merge 88fda48201cdcf7517b699c341e7cbbae16631df into 805968aac613fb3719b5fe8a78cdb2d7c7a7f026 2024-12-17 09:02:54 +01: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>
<% } %>
<% } %>