mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-17 14:20:25 +08:00
11 lines
333 B
JavaScript
11 lines
333 B
JavaScript
Tea.context(function () {
|
|
this.success = NotifyReloadSuccess("保存成功")
|
|
|
|
this.run = function () {
|
|
teaweb.confirm("确定要对当前集群下的所有节点进行健康检查吗?", function () {
|
|
teaweb.popup("/clusters/cluster/settings/health/runPopup?clusterId=" + this.clusterId, {
|
|
height: "25em"
|
|
})
|
|
})
|
|
}
|
|
}) |