2020-09-06 16:19:34 +08:00
|
|
|
Tea.context(function () {
|
2021-08-25 11:17:24 +08:00
|
|
|
this.success = function (resp) {
|
|
|
|
|
teaweb.success("集群创建成功", function () {
|
|
|
|
|
window.location = "/clusters/cluster/nodes?clusterId=" + resp.data.clusterId
|
|
|
|
|
} )
|
|
|
|
|
}
|
2020-09-06 16:19:34 +08:00
|
|
|
})
|