hotfix/WIFI-1043: Usage info on dashboard shows total sum of traffic

This commit is contained in:
chris-cosentino
2020-11-05 14:01:27 -05:00
parent d9a970350b
commit 834b7b28a7

View File

@@ -113,6 +113,7 @@ const Dashboard = () => {
const clientDevices5GHz = [];
const trafficBytesDownstreamData = [];
const trafficBytesUpstreamData = [];
list.forEach(
({
eventTimestamp,
@@ -202,6 +203,7 @@ const Dashboard = () => {
const statsArr = useMemo(() => {
const status = data?.getAllStatus?.items[0]?.detailsJSON || {};
const {
associatedClientsCountPerRadio,
totalProvisionedEquipment,