From e71f765f2a6b8b11392b6f799fcfeaa85cdf6421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=B9=E5=87=B8=E6=9B=BC?= Date: Fri, 16 Jun 2023 16:27:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20ssh=E7=99=BB=E5=BD=95=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E9=94=AE=E5=B1=8F=E8=94=BDip=20#130?= =?UTF-8?q?9=20(#1352)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 凹凸曼 --- frontend/src/views/host/ssh/log/log.vue | 36 ++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/host/ssh/log/log.vue b/frontend/src/views/host/ssh/log/log.vue index 2317cc12d..1b9b58c29 100644 --- a/frontend/src/views/host/ssh/log/log.vue +++ b/frontend/src/views/host/ssh/log/log.vue @@ -25,6 +25,9 @@ {{ $t('commons.status.failed') }}: {{ faliedCount }} + + {{ $t('firewall.deny') }} + @@ -44,7 +47,13 @@