2
0

fix:仪表盘Alert和client显示修复

This commit is contained in:
zhongzm
2025-01-21 19:50:28 +08:00
parent 080f6b9964
commit e6aa12bcac

View File

@@ -260,8 +260,8 @@ const otherDevices = computed(() => ({
</div> </div>
<div class="border-t border-gray-100 my-4px"></div> <div class="border-t border-gray-100 my-4px"></div>
<div class="flex flex-col text-12px text-gray-500"> <div class="flex flex-col text-12px text-gray-500">
<span>Wired Users: {{ deviceStatus.client.wiredUsers }}</span> <span>Wired client: {{ deviceStatus.client.wiredUsers }}</span>
<span>Wireless Users: {{ deviceStatus.client.wirelessUsers }}</span> <span>Wireless client: {{ deviceStatus.client.wirelessUsers }}</span>
<span>Wireless Guests: {{ deviceStatus.client.wirelessGuests }}</span> <span>Wireless Guests: {{ deviceStatus.client.wirelessGuests }}</span>
</div> </div>
</div> </div>
@@ -276,8 +276,7 @@ const otherDevices = computed(() => ({
</div> </div>
<div class="border-t border-gray-100 my-4px"></div> <div class="border-t border-gray-100 my-4px"></div>
<div class="flex flex-col text-12px text-gray-500"> <div class="flex flex-col text-12px text-gray-500">
<span>Total: {{ deviceStatus.alerts || 0 }}</span> <span>Alerts: {{ deviceStatus.alerts || 0 }}</span>
<span>Active: {{ deviceStatus.alerts || 0 }}</span>
</div> </div>
</div> </div>
</div> </div>