From ef0229b2d7b44991933a7eb293f63fd5726136e8 Mon Sep 17 00:00:00 2001 From: oc Date: Mon, 20 Dec 2021 15:09:19 +0800 Subject: [PATCH] Unified style --- web/js/serverstatus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/serverstatus.js b/web/js/serverstatus.js index 98dacbc..cf8a519 100644 --- a/web/js/serverstatus.js +++ b/web/js/serverstatus.js @@ -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 progress-bar-info"; + TableRow.children["month_traffic"].children[0].children[0].className = "progress-bar progress-bar-success"; TableRow.children["month_traffic"].children[0].children[0].innerHTML = ""+monthtraffic+""; // Uptime