mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Do not show extra N/A when no ABP-style domains are in a list (#2761)
This commit is contained in:
@@ -85,7 +85,7 @@ function format(data) {
|
||||
: "N/A") +
|
||||
(data.abp_entries !== null && parseInt(data.abp_entries, 10) > 0 && numbers === true
|
||||
? " (out of which " + parseInt(data.abp_entries, 10).toLocaleString() + " are in ABP-style)"
|
||||
: "N/A") +
|
||||
: "") +
|
||||
'</td></tr><tr class="dataTables-child"' +
|
||||
"><td>Number of non-domains on this list: </td>" +
|
||||
"<td>" +
|
||||
|
||||
Reference in New Issue
Block a user