summaryrefslogtreecommitdiff
path: root/src/store/modules/Health/SystemStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/modules/Health/SystemStore.js')
-rw-r--r--src/store/modules/Health/SystemStore.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store/modules/Health/SystemStore.js b/src/store/modules/Health/SystemStore.js
index 9c4c477d..828b78bd 100644
--- a/src/store/modules/Health/SystemStore.js
+++ b/src/store/modules/Health/SystemStore.js
@@ -13,9 +13,11 @@ const SystemStore = {
const system = {};
system.assetTag = data.AssetTag;
system.description = data.Description;
+ system.firmwareVersion = data.BiosVersion;
system.health = data.Status.Health;
system.id = data.Id;
system.indicatorLed = data.IndicatorLED;
+ system.manufacturer = data.Manufacturer;
system.model = data.Model;
system.partNumber = data.PartNumber;
system.powerState = data.PowerState;