diff --git a/cmd/server/templates/index.html b/cmd/server/templates/index.html index d3b9a84..0dae48b 100644 --- a/cmd/server/templates/index.html +++ b/cmd/server/templates/index.html @@ -9,140 +9,889 @@ @@ -152,8 +901,14 @@
SYSTEM MONITOR
输入 Miner UID 和密码以登录
- - + + + + + + 登 录
{{ loginErr }}
@@ -174,40 +929,59 @@
- - + +
硬件状态
- - - {{ deviceCount>0?Math.round(onlineCount/deviceCount*100):0 }}% - 在线率 + + + + {{ deviceCount>0?Math.round(onlineCount/deviceCount*100):0 }}% + + 在线率 +
-
{{ deviceCount }}总计
-
{{ onlineCount }}在线
-
{{ deviceCount - onlineCount }}离线
+
{{ deviceCount }}总计
+
{{ onlineCount }}在线
+
{{ deviceCount - onlineCount }}离线
- +
矿池状态
- - {{ deviceCount>0?Math.round(poolOnline/deviceCount*100):0 }}% - 在线率 + + + {{ deviceCount>0?Math.round(poolOnline/deviceCount*100):0 }}% + + 在线率 +
-
{{ deviceCount }}总计
-
{{ poolOnline }}在线
-
{{ deviceCount - poolOnline }}离线
+
{{ deviceCount }}总计
+
{{ poolOnline }}在线
+
{{ deviceCount - poolOnline }}离线
@@ -216,7 +990,12 @@
-
+
+
+
+
+
+

等待设备连接

启动客户端程序以开始监控

@@ -225,31 +1004,57 @@