1.4.5.2
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Tea.context(function () {
|
||||
this.upgradeTemplate = function () {
|
||||
teaweb.confirm("确定要加入这些新规则吗?", function () {
|
||||
this.$post(".upgradeTemplate")
|
||||
.params({
|
||||
policyId: this.firewallPolicy.id
|
||||
})
|
||||
.refresh()
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user