生成节点DNS解析时区分节点是否已安装

This commit is contained in:
GoEdgeLab
2023-03-18 16:05:46 +08:00
parent 352bf9cda2
commit d44ecbb917
11 changed files with 106 additions and 31 deletions

View File

@@ -127,7 +127,10 @@ Tea.context(function () {
}
this.viewServers = function (domainId) {
teaweb.popup("/dns/domains/serversPopup?domainId=" + domainId)
teaweb.popup("/dns/domains/serversPopup?domainId=" + domainId, {
width: "50em",
height: "30em"
})
}
this.alertDown = function () {