version beta 1.0.5

This commit is contained in:
windows11
2021-11-03 11:13:57 +08:00
parent fd382957ca
commit 28f61460c3
4 changed files with 10 additions and 4 deletions

View File

@@ -163,7 +163,7 @@ function uptime() {
monthtraffic += (trafficdiff_out/1024/1024/1024).toFixed(2) + "G";
else
monthtraffic += (trafficdiff_out/1024/1024/1024/1024).toFixed(2) + "T";
TableRow.children["month_traffic"].children[0].children[0].className = "progress-bar";
TableRow.children["month_traffic"].children[0].children[0].className = "progress-bar progress-bar-info";
TableRow.children["month_traffic"].children[0].children[0].innerHTML = "<small>"+monthtraffic+"</small>";
// Uptime