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}
`; }