]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnsdistdist/html/local.js
Merge pull request #13387 from omoerbeek/rec-b-root-servers
[thirdparty/pdns.git] / pdns / dnsdistdist / html / local.js
index 1db6999dbaa0a0b87d4ab86fda4c58f2f9caa6de..4f9f125509934fd5333d356510eb3eb63a21a853 100644 (file)
@@ -154,6 +154,7 @@ $(document).ready(function() {
                 $("#latency-tcp").text((data["latency-tcp-avg10000"]/1000.0).toFixed(2));
                 $("#latency-dot").text((data["latency-dot-avg10000"]/1000.0).toFixed(2));
                 $("#latency-doh").text((data["latency-doh-avg10000"]/1000.0).toFixed(2));
+                $("#latency-doq").text((data["latency-doq-avg10000"]/1000.0).toFixed(2));
                 if(!gdata["cpu-sys-msec"]) 
                     gdata=data;