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>
diff --git a/.env.ibm b/.env.ibm
index 97c2afa..39cc416 100644
--- a/.env.ibm
+++ b/.env.ibm
@@ -2,8 +2,9 @@
 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