mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Fix "undefined" hit counts on the dashboard
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -543,7 +543,7 @@ function updateTopDomainsTable(blocked) {
|
||||
domaintable.append(
|
||||
"<tr> " +
|
||||
utils.addTD(url) +
|
||||
utils.addTD(domain.count) +
|
||||
utils.addTD(item.count) +
|
||||
utils.addTD(utils.colorBar(percentage, sum, style)) +
|
||||
"</tr> "
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user