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 37db9d50..205cec13 100644 --- a/web/public/js/components/server/http-firewall-actions-box.js +++ b/web/public/js/components/server/http-firewall-actions-box.js @@ -108,7 +108,15 @@ Vue.component("http-firewall-actions-box", { jsCookieLife: "", jsCookieMaxFails: "", - jsCookieFailBlockTimeout: "" + jsCookieFailBlockTimeout: "", + + statusOptions: [ + {"code": 301, "text": "Moved Permanently"}, + {"code": 308, "text": "Permanent Redirect"}, + {"code": 302, "text": "Found"}, + {"code": 303, "text": "See Other"}, + {"code": 307, "text": "Temporary Redirect"} + ] } }, watch: { @@ -657,6 +665,9 @@ Vue.component("http-firewall-actions-box", { :[{{config.options.status}}] + + :{{config.options.url}} + :{{config.options.groupName}} @@ -867,7 +878,11 @@ Vue.component("http-firewall-actions-box", {