mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-11 18:30:25 +08:00
节点IP阈值增加节点健康检查失败
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user