优化界面显示

This commit is contained in:
刘祥超
2021-02-24 15:01:45 +08:00
parent fc714a15a3
commit a14e81a28f
8 changed files with 71 additions and 24 deletions

View File

@@ -0,0 +1,11 @@
Tea.context(function () {
this.success = NotifyReloadSuccess("保存成功")
this.run = function () {
teaweb.confirm("确定要对当前集群下的所有节点进行健康检查吗?", function () {
teaweb.popup("/clusters/cluster/settings/health/runPopup?clusterId=" + this.clusterId, {
height: "25em"
})
})
}
})