diff --git a/scripts/pi-hole/js/db_queries.js b/scripts/pi-hole/js/db_queries.js index eb9478a4..2fa05f60 100644 --- a/scripts/pi-hole/js/db_queries.js +++ b/scripts/pi-hole/js/db_queries.js @@ -374,7 +374,7 @@ $(function () { // Show response time only when reply is not N/A if (data.length > 7 && replyid !== 0) { - $("td:eq(5)", row).append(" (" + (0.1 * data[7]).toFixed(1) + "ms)"); + $("td:eq(5)", row).append(" (" + (1000 * data[7]).toFixed(1) + "ms)"); } // Substitute domain by "." if empty