mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 07:10:27 +08:00
创建集群时自动创建缓存策略和WAF策略/优化界面
This commit is contained in:
@@ -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
|
||||
} )
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user