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

This commit is contained in:
刘祥超
2021-08-25 11:17:24 +08:00
parent 14cb3bdc67
commit d0bf85de17
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
} )
}
})