fix:仪表盘Alert和client显示修复
This commit is contained in:
@@ -260,8 +260,8 @@ const otherDevices = computed(() => ({
|
||||
</div>
|
||||
<div class="border-t border-gray-100 my-4px"></div>
|
||||
<div class="flex flex-col text-12px text-gray-500">
|
||||
<span>Wired Users: {{ deviceStatus.client.wiredUsers }}</span>
|
||||
<span>Wireless Users: {{ deviceStatus.client.wirelessUsers }}</span>
|
||||
<span>Wired client: {{ deviceStatus.client.wiredUsers }}</span>
|
||||
<span>Wireless client: {{ deviceStatus.client.wirelessUsers }}</span>
|
||||
<span>Wireless Guests: {{ deviceStatus.client.wirelessGuests }}</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -276,8 +276,7 @@ const otherDevices = computed(() => ({
|
||||
</div>
|
||||
<div class="border-t border-gray-100 my-4px"></div>
|
||||
<div class="flex flex-col text-12px text-gray-500">
|
||||
<span>Total: {{ deviceStatus.alerts || 0 }}</span>
|
||||
<span>Active: {{ deviceStatus.alerts || 0 }}</span>
|
||||
<span>Alerts: {{ deviceStatus.alerts || 0 }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user