From e6aa12bcac5858f29cfbbb527a29e08a37534309 Mon Sep 17 00:00:00 2001 From: zhongzm Date: Tue, 21 Jan 2025 19:50:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BB=AA=E8=A1=A8=E7=9B=98Alert?= =?UTF-8?q?=E5=92=8Cclient=E6=98=BE=E7=A4=BA=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/modules/header-banner.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/dashboard/modules/header-banner.vue b/src/views/dashboard/modules/header-banner.vue index e715e64..db751b0 100644 --- a/src/views/dashboard/modules/header-banner.vue +++ b/src/views/dashboard/modules/header-banner.vue @@ -260,8 +260,8 @@ const otherDevices = computed(() => ({
- Wired Users: {{ deviceStatus.client.wiredUsers }} - Wireless Users: {{ deviceStatus.client.wirelessUsers }} + Wired client: {{ deviceStatus.client.wiredUsers }} + Wireless client: {{ deviceStatus.client.wirelessUsers }} Wireless Guests: {{ deviceStatus.client.wirelessGuests }}
@@ -276,8 +276,7 @@ const otherDevices = computed(() => ({
- Total: {{ deviceStatus.alerts || 0 }} - Active: {{ deviceStatus.alerts || 0 }} + Alerts: {{ deviceStatus.alerts || 0 }}