可以修改服务的CNAME

This commit is contained in:
GoEdgeLab
2022-08-26 19:51:07 +08:00
parent a5b0d7f4f0
commit 836e03a144
6 changed files with 125 additions and 2 deletions

View File

@@ -11,4 +11,12 @@ Tea.context(function () {
.refresh()
})
}
this.updateCNAME = function () {
teaweb.popup("/servers/server/settings/dns/updateCNAMEPopup?serverId=" + this.serverId, {
callback: function () {
teaweb.successRefresh("保存成功")
}
})
}
})