summaryrefslogtreecommitdiff
path: root/src/store/modules/HardwareStatus/SystemStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/modules/HardwareStatus/SystemStore.js')
-rw-r--r--src/store/modules/HardwareStatus/SystemStore.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/store/modules/HardwareStatus/SystemStore.js b/src/store/modules/HardwareStatus/SystemStore.js
index a1394f1e..ddf0e20f 100644
--- a/src/store/modules/HardwareStatus/SystemStore.js
+++ b/src/store/modules/HardwareStatus/SystemStore.js
@@ -22,17 +22,9 @@ const SystemStore = {
system.locationIndicatorActive = data.LocationIndicatorActive;
system.locationNumber = data.Location?.PartLocation?.ServiceLabel;
system.manufacturer = data.Manufacturer;
- system.memorySummaryHealth = data.MemorySummary?.Status.Health;
- system.memorySummaryHealthRollup =
- data.MemorySummary?.Status?.HealthRollup;
- system.memorySummaryState = data.MemorySummary?.Status?.State;
system.model = data.Model;
system.processorSummaryCount = data.ProcessorSummary?.Count;
system.processorSummaryCoreCount = data.ProcessorSummary?.CoreCount;
- system.processorSummaryHealth = data.ProcessorSummary?.Status?.Health;
- system.processorSummaryHealthRoll =
- data.ProcessorSummary?.Status.HealthRollup;
- system.processorSummaryState = data.ProcessorSummary?.Status?.State;
system.powerState = data.PowerState;
system.serialNumber = data.SerialNumber;
system.healthRollup = data.Status?.HealthRollup;