mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-23 01:40:29 +08:00
优化集群选择DNS设置交互
This commit is contained in:
@@ -2,6 +2,12 @@ Tea.context(function () {
|
||||
this.success = function (resp) {
|
||||
teaweb.success("集群创建成功", function () {
|
||||
window.location = "/clusters/cluster/nodes?clusterId=" + resp.data.clusterId
|
||||
} )
|
||||
})
|
||||
}
|
||||
|
||||
this.domain = {id: 0, name: ""}
|
||||
this.changeDomain = function (domain) {
|
||||
this.domain.id = domain.id
|
||||
this.domain.name = domain.name
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user