From f61d2705b1f0aebab9552013e264b420428a9d0b Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 13 Jul 2020 22:11:26 +0200 Subject: [PATCH] Show last update time of an adlist. Signed-off-by: DL6ER --- scripts/pi-hole/js/groups-adlists.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/groups-adlists.js b/scripts/pi-hole/js/groups-adlists.js index 606820b3..271e08a6 100644 --- a/scripts/pi-hole/js/groups-adlists.js +++ b/scripts/pi-hole/js/groups-adlists.js @@ -56,8 +56,10 @@ function initTable() { var tooltip = "Added: " + utils.datetime(data.date_added, false) + - "\nLast modified: " + + "\nLast modified (database entry): " + utils.datetime(data.date_modified, false) + + "\nLast updated (list content): " + + (data.date_updated !== null ? utils.datetime(data.date_updated, false) : "N/A") + "\nDatabase ID: " + data.id; $("td:eq(0)", row).html(