Fix meshpage refresh (#1785)

This commit is contained in:
Tim Wilkinson 2024-12-27 10:43:40 -08:00 committed by GitHub
parent 4df947e621
commit f79eefd1be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -89,11 +89,10 @@ function serv(ip, hostname)
return view;
}
const blocks = [ 1, 2, 3, 5, 10, 1000 ];
const labels = [ "Excellent", "Good", "Fair", "Slow", "Poor", "Improbable" ];
window.meshRender = function()
{
const blocks = [ 1, 2, 3, 5, 10, 1000 ];
const labels = [ "Excellent", "Good", "Fair", "Slow", "Poor", "Improbable" ];
const etx = mesh.etx;
const hosts = mesh.hosts;