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

7 lines
204 B
JavaScript

Tea.context(function () {
this.success = function (resp) {
teaweb.success("集群创建成功", function () {
window.location = "/clusters/cluster/nodes?clusterId=" + resp.data.clusterId
} )
}
})