diff --git a/web/public/js/components/server/http-firewall-actions-box.js b/web/public/js/components/server/http-firewall-actions-box.js index 379e1f97..8b9bef3d 100644 --- a/web/public/js/components/server/http-firewall-actions-box.js +++ b/web/public/js/components/server/http-firewall-actions-box.js @@ -271,7 +271,7 @@ Vue.component("http-firewall-actions-box", { methods: { add: function () { this.action = null - this.actionCode = "block" + this.actionCode = "page" this.isAdding = true this.actionOptions = {}