summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2023-08-08 00:13:59 +0300
committerGunnar Mills <gmills@us.ibm.com>2023-08-08 00:13:59 +0300
commitd3bb22153f47d5c1276d0f9ae2a916f5ab0df52d (patch)
treea04e6c0e358d62e8d4ff24a86aaf131a147118df
parent582ac0d472a865294f496ff24f7a49af90bfabfe (diff)
downloadwebui-vue-d3bb22153f47d5c1276d0f9ae2a916f5ab0df52d.tar.xz
IBM env: Enable ThermalSubsystem API
Just like the commit before it, enabling this on the env Intel, enable VUE_APP_FAN_DATA_FROM_THERMAL_SUBSYSTEM and ThermalSubsystem for the fan data. Change-Id: Iaf8164ed622546579a379c707ebbc9660017379b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--.env.ibm3
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.ibm b/.env.ibm
index 97c2afa2..39cc4163 100644
--- a/.env.ibm
+++ b/.env.ibm
@@ -2,8 +2,9 @@ NODE_ENV=production
VUE_APP_ENV_NAME=ibm
VUE_APP_COMPANY_NAME="IBM"
VUE_APP_GUI_NAME="BMC System Management"
+VUE_APP_FAN_DATA_FROM_THERMAL_SUBSYSTEM="true"
CUSTOM_STYLES=true
CUSTOM_APP_NAV=true
CUSTOM_ROUTER=true
CUSTOM_STORE=true
-VUE_APP_SERVER_OFF_REQUIRED=true \ No newline at end of file
+VUE_APP_SERVER_OFF_REQUIRED=true