Files
EdgeAdmin/web/views/@default/clusters/create.js

7 lines
204 B
JavaScript
Raw Normal View History

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