diff --git a/web/views/@default/clusters/cluster/boards/index.html b/web/views/@default/clusters/cluster/boards/index.html
index dab32a5c..fa9a13f9 100644
--- a/web/views/@default/clusters/cluster/boards/index.html
+++ b/web/views/@default/clusters/cluster/boards/index.html
@@ -4,7 +4,7 @@
在线节点
-
{{board.countActiveNodes}}个
+
{{board.countActiveNodes}}个
离线节点
diff --git a/web/views/@default/clusters/cluster/boards/index.js b/web/views/@default/clusters/cluster/boards/index.js
index b0f5b27c..ee478996 100644
--- a/web/views/@default/clusters/cluster/boards/index.js
+++ b/web/views/@default/clusters/cluster/boards/index.js
@@ -332,7 +332,10 @@ Tea.context(function () {
value: function (v) {
return v.countRequests / axis.divider;
},
- axis: axis
+ axis: axis,
+ click: function (args, stats) {
+ window.location = "/servers/server?serverId=" + stats[args.dataIndex].serverId
+ }
})
}