节点根据健康检查自动上下线

This commit is contained in:
GoEdgeLab
2020-11-15 21:17:52 +08:00
parent dae2c9b18f
commit c5c194bda3
17 changed files with 213 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
Tea.context(function () {
this.updateCluster = function (clusterId) {
teaweb.popup("/dns/updateClusterPopup?clusterId=" + clusterId, {
height: "22em",
height: "25em",
callback: function () {
teaweb.success("保存成功", function () {
teaweb.reload()