From cd49280bca2a58281fd49f6144ac14acbb521263 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Fri, 31 Jan 2025 13:36:11 -0300 Subject: [PATCH] Simplify the text on list details table Signed-off-by: RD WebDesign --- scripts/js/groups-lists.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/js/groups-lists.js b/scripts/js/groups-lists.js index e0c6279d5..f66145c64 100644 --- a/scripts/js/groups-lists.js +++ b/scripts/js/groups-lists.js @@ -53,30 +53,30 @@ function format(data) { return ` - + - + - + - + - + - + - + - +
Type of this list:${setTypeIcon(data.type)}${data.type}listType:  ${setTypeIcon(data.type)}${data.type}list
Health status of this list:${statusText}Health status:  ${statusText}
This list was added to Pi-hole  Added to Pi-hole:   ${utils.datetimeRelative(data.date_added)} (${dateAddedISO})
Database entry was last modified  Database entry last modified:   ${utils.datetimeRelative(data.date_modified)} (${dateModifiedISO})
The list contents were last updated  ${dateUpdated}Content last updated on:  ${dateUpdated}
Number of entries on this list:  ${numberOfEntries}Number of entries:  ${numberOfEntries}
Number of non-domains on this list:  ${nonDomains}Number of non-domains:  ${nonDomains}
Database ID of this list:${data.id}Database ID:${data.id}
`; }