summaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2021-01-27 19:20:22 +0300
committerDerick Montague <derick.montague@ibm.com>2021-02-04 00:40:48 +0300
commitbbf896c2ae84fc07c399c918c1c1f3f733cf6e19 (patch)
treeabcd6715c834bc2d0e33c88f85793c613ad59e3a /src/store
parentbe6858c06bfbd1e06935ad01b743c1043f74488a (diff)
downloadwebui-vue-bbf896c2ae84fc07c399c918c1c1f3f733cf6e19.tar.xz
Change system indicatorLED property
- Changed system IndicatorLED property to use LocationIndicatorActive and updated SystemStore for same. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I0083034b7a8993074262a1e2b60c5829f8519dbe
Diffstat (limited to 'src/store')
-rw-r--r--src/store/modules/Health/SystemStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/modules/Health/SystemStore.js b/src/store/modules/Health/SystemStore.js
index 30ae66be..23b12d72 100644
--- a/src/store/modules/Health/SystemStore.js
+++ b/src/store/modules/Health/SystemStore.js
@@ -16,7 +16,7 @@ const SystemStore = {
system.firmwareVersion = data.BiosVersion;
system.health = data.Status.Health;
system.id = data.Id;
- system.indicatorLed = data.IndicatorLED;
+ system.locationIndicatorActive = data.LocationIndicatorActive;
system.manufacturer = data.Manufacturer;
system.model = data.Model;
system.partNumber = data.PartNumber;