Skip to content

Commit 88fda48

Browse files
authored
Merge pull request #1 from ldbglobe/ldbglobe-proxy-list-with-id-displayed
Display proxy ID following the Creation date in proxy list
2 parents d40f9e0 + 5744a3a commit 88fda48

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)