From 43e47842e81d2f27b4708dd966afd90e75deb36a Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Thu, 20 Jun 2019 16:43:43 -0500 Subject: Web UI: Remove redfishSupportEnabled redfishSupportEnabled was a bit of a misnomer, because even if set to false the Web UI user management continued to use Redfish. The only place redfishSupportEnabled was used was the Redfish Event Log page. https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/22868 Renames Redfish Event Log support to redfishEventLogDisabled. It is enabled by default/if undefined will be enabled. Should wait for 22868 to merge. (From meta-intel rev: 23ba3ebf5011a3547e56796e41ba1279e851fe0c) Tested: Tested 22868 with undefined redfishEventLogDisabled and see panel in navigation. Change-Id: I91ff480f759bb1b3900a4fb33c8fa76e2aa9cb94 Signed-off-by: Gunnar Mills Signed-off-by: Brad Bishop --- meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-intel') diff --git a/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json b/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json index 15dfaa66c..1543a6249 100644 --- a/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json +++ b/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json @@ -1,5 +1,4 @@ { - "redfishSupportEnabled" : true, "customKeyEnable": true, "keyType" : "VT100+", "customConsoleDisplaySize": { -- cgit v1.2.3