创建集群时自动创建缓存策略和WAF策略/优化界面

This commit is contained in:
GoEdgeLab
2021-08-25 11:17:24 +08:00
parent fe1c412493
commit 25d27f109b
8 changed files with 23 additions and 15 deletions

View File

@@ -1,3 +1,7 @@
Tea.context(function () {
this.success = NotifySuccess("保存成功", "/clusters")
this.success = function (resp) {
teaweb.success("集群创建成功", function () {
window.location = "/clusters/cluster/nodes?clusterId=" + resp.data.clusterId
} )
}
})