mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
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:
commit
88fda48201
@ -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>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
Loading…
Reference in New Issue
Block a user