summaryrefslogtreecommitdiff
path: root/.env.intel
diff options
context:
space:
mode:
authorSivaprabu Ganesan <sivaprabug@ami.com>2023-07-25 12:42:46 +0300
committerGunnar Mills <gmills@us.ibm.com>2023-08-08 00:12:27 +0300
commit582ac0d472a865294f496ff24f7a49af90bfabfe (patch)
treec6157f91e873e9c7235212b2d6e0b53b0c364c7c /.env.intel
parent43e3bd26133b06ed117a3a3f10b2bc09e2c2aafc (diff)
downloadwebui-vue-582ac0d472a865294f496ff24f7a49af90bfabfe.tar.xz
Fan data from Thermal or ThermalSubsystem API
Fan data API switch in Inventory and LEDs page based on environment variable VUE_APP_FAN_DATA_FROM_THERMAL_SUBSYSTEM. Backend Support PR: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/57533 Change-Id: I95ac9f9cef97bdab84a179b3e318eb37ab11752b Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com>
Diffstat (limited to '.env.intel')
-rw-r--r--.env.intel1
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.intel b/.env.intel
index 6a8c1811..c7dea364 100644
--- a/.env.intel
+++ b/.env.intel
@@ -8,6 +8,7 @@ VUE_APP_MODIFY_SSH_POLICY_DISABLED="true"
VUE_APP_VIRTUAL_MEDIA_LIST_ENABLED="true"
VUE_APP_EVENT_LOGS_DELETE_BUTTON_DISABLED="true"
VUE_APP_EVENT_LOGS_TOGGLE_BUTTON_DISABLED="true"
+VUE_APP_FAN_DATA_FROM_THERMAL_SUBSYSTEM="true"
CUSTOM_STYLES="true"
CUSTOM_APP_NAV="true"
CUSTOM_STORE="true"