From 5744a3a7edb7027c027bbe3c9c8a557d8db2aeab Mon Sep 17 00:00:00 2001 From: Mathieu D Date: Fri, 29 Mar 2024 15:14:01 +0100 Subject: [PATCH] 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. --- frontend/js/app/nginx/proxy/list/item.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/js/app/nginx/proxy/list/item.ejs b/frontend/js/app/nginx/proxy/list/item.ejs index a5936804..5674fc49 100644 --- a/frontend/js/app/nginx/proxy/list/item.ejs +++ b/frontend/js/app/nginx/proxy/list/item.ejs @@ -20,6 +20,7 @@
<%- i18n('str', 'created-on', {date: formatDbDate(created_on, 'Do MMMM YYYY')}) %> + (#<%- id %>)
@@ -57,4 +58,4 @@ -<% } %> \ No newline at end of file +<% } %>