summaryrefslogtreecommitdiff
path: root/.env.intel
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2024-03-05 12:01:35 +0300
committerKiran Kumar Ballapalli <kirankumarb@ami.com>2024-03-08 11:22:30 +0300
commit2e6c7cc4b0737c53eccbcc83e766ee2a642dc952 (patch)
tree3bff5a6d37b4937af75b19ecfd91a1fca1860a33 /.env.intel
parent04bd217ede39fc7c71989cc4d65cac1349fdafd1 (diff)
downloadwebui-vue-2e6c7cc4b0737c53eccbcc83e766ee2a642dc952.tar.xz
Move to new ThermalSubsystem
Remove VUE_APP_FAN_DATA_FROM_THERMAL_SUBSYSTEM. Assume any Redfish implementation we are using has the new ThermalSubsystem. bmcweb, the only webserver, webui-vue supports today, enabled this by default at https://gerrit.openbmc.org/c/openbmc/bmcweb/+/69228 ThermalSubsystem, PowerSubsystem has been out since 2020.4, so it is reasonable to assume it is there in any modern Redfish implementation. Tested: Nabil tested and verified this worked. Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Change-Id: I4952daf30f9b654234dd0e838adebc38cc8c380f
Diffstat (limited to '.env.intel')
-rw-r--r--.env.intel3
1 files changed, 1 insertions, 2 deletions
diff --git a/.env.intel b/.env.intel
index c7dea364..382e7fb6 100644
--- a/.env.intel
+++ b/.env.intel
@@ -8,8 +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"
-CUSTOM_ROUTER="true" \ No newline at end of file
+CUSTOM_ROUTER="true"