From 27ea02be5e044938a3d3663f99f6ef1c8c1e8e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sat, 9 Dec 2023 15:55:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96WAF=E5=8A=A8=E4=BD=9C?= =?UTF-8?q?=E2=80=9C=E6=98=BE=E7=A4=BA=E7=BD=91=E9=A1=B5=E2=80=9D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/components/server/http-firewall-actions-view.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/public/js/components/server/http-firewall-actions-view.js b/web/public/js/components/server/http-firewall-actions-view.js index fdb79f8c..3364c0ec 100644 --- a/web/public/js/components/server/http-firewall-actions-view.js +++ b/web/public/js/components/server/http-firewall-actions-view.js @@ -3,7 +3,11 @@ Vue.component("http-firewall-actions-view", { props: ["v-actions"], template: `
- {{action.name}} ({{action.code.toUpperCase()}}) + {{action.name}} ({{action.code.toUpperCase()}}) +
+ [{{action.options.status}}] +
+
` }) \ No newline at end of file