mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-04-19 00:45:16 +00:00
Update placeholder throughput display to -.-- Kbps
This commit is contained in:
parent
59539cf696
commit
3cd1b47fc5
@ -414,7 +414,7 @@
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// First cycle: no previous measurement available.
|
// First cycle: no previous measurement available.
|
||||||
formattedThroughput = `<i class="fas fa-arrow-down"></i> 0.00 Kbps, <i class="fas fa-arrow-up"></i> 0.00 Kbps`;
|
formattedThroughput = `<i class="fas fa-arrow-down"></i> -.-- Kbps, <i class="fas fa-arrow-up"></i> -.-- Kbps`;
|
||||||
throughputElement.innerHTML = formattedThroughput;
|
throughputElement.innerHTML = formattedThroughput;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user