From 9f61234ab2e8beea6ebe1f2e9dc445cd3521a0e4 Mon Sep 17 00:00:00 2001 From: Sneha Patel Date: Thu, 2 Sep 2021 12:23:42 -0500 Subject: Location codes on Hardware status-Inventory and LEDs Display location number on hardware inventory items Signed-off-by: Sneha Patel Change-Id: Ib5555191f21ac4546d0b2e2af5b395aaa3a5357e --- src/store/modules/HardwareStatus/ProcessorStore.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/store/modules/HardwareStatus/ProcessorStore.js') diff --git a/src/store/modules/HardwareStatus/ProcessorStore.js b/src/store/modules/HardwareStatus/ProcessorStore.js index 1c91eacb..d4c99bce 100644 --- a/src/store/modules/HardwareStatus/ProcessorStore.js +++ b/src/store/modules/HardwareStatus/ProcessorStore.js @@ -30,7 +30,7 @@ const ProcessorStore = { MaxSpeedMHz, TotalCores, TotalThreads, - LocationNumber, + Location, LocationIndicatorActive, } = processor; return { @@ -53,7 +53,7 @@ const ProcessorStore = { maxSpeedMHz: MaxSpeedMHz, totalCores: TotalCores, totalThreads: TotalThreads, - locationNumber: LocationNumber, + locationNumber: Location?.PartLocation?.ServiceLabel, identifyLed: LocationIndicatorActive, uri: processor['@odata.id'], }; -- cgit v1.2.3