Skip to content

Commit 5744a3a

Browse files
authored
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.
1 parent d40f9e0 commit 5744a3a

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</div>
2121
<div class="small text-muted">
2222
<%- i18n('str', 'created-on', {date: formatDbDate(created_on, 'Do MMMM YYYY')}) %>
23+
(#<%- id %>)
2324
</div>
2425
</td>
2526
<td>
@@ -57,4 +58,4 @@
5758
</div>
5859
</div>
5960
</td>
60-
<% } %>
61+
<% } %>

0 commit comments

Comments
 (0)