mirror of
https://github.com/pi-hole/web.git
synced 2025-12-27 13:59:14 +00:00
Number of domains on adlist is total number not valid number
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -92,7 +92,7 @@ function format(data) {
|
||||
utils.datetime(data.date_updated) +
|
||||
")"
|
||||
: "N/A") +
|
||||
'</td></tr><tr class="dataTables-child"><td>Number of valid domains on this list: </td><td>' +
|
||||
'</td></tr><tr class="dataTables-child"><td>Number of domains on this list: </td><td>' +
|
||||
(data.number !== null && numbers === true ? parseInt(data.number, 10) : "N/A") +
|
||||
'</td></tr><tr class="dataTables-child"' +
|
||||
invalidStyle +
|
||||
|
||||
Reference in New Issue
Block a user