节点IP阈值增加节点健康检查失败

This commit is contained in:
刘祥超
2021-11-18 14:30:46 +08:00
parent 411b0fb4c2
commit 884342d6af
3 changed files with 67 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ Tea.context(function () {
this.updateUp = function (addrId, isUp) {
let status = isUp ? "在线" : "离线"
teaweb.confirm("确定要手动将节点设置为" + status + "吗?", function () {
teaweb.confirm("确定要手动将此IP设置为" + status + "吗?", function () {
this.$post(".up")
.params({
addrId: addrId,