From 7c6b9f9d4a2f8e2f2810d421a0719187e205aac5 Mon Sep 17 00:00:00 2001 From: weibaohui Date: Fri, 13 Oct 2023 09:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E5=9B=BE=E8=A1=A8=20?= =?UTF-8?q?=E6=A0=87=E9=A2=98=20=E6=95=B0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/components/ResCountLineView.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/components/ResCountLineView.vue b/src/frontend/components/ResCountLineView.vue index 4e39edc..353d2b6 100644 --- a/src/frontend/components/ResCountLineView.vue +++ b/src/frontend/components/ResCountLineView.vue @@ -7,7 +7,7 @@ import { onBeforeUnmount, onMounted, ref } from 'vue' const counterLines = ref>>() const workloadCounterLines = ref() -const wks = ['Pod', 'Deployment'] +const wks = ['Pod', 'Deployment', 'Job', 'CronJob'] let timerId = 0 onMounted(async () => { @@ -31,14 +31,14 @@ onBeforeUnmount(() => { - + - +