webui: Fix redfish to use proper stylesRedfish was using inline style tags, which is conflicting with ourdesire to disable inline styles. This moves the redfish styles to anappropriate SCSS file
webui: Fix redfish to use proper stylesRedfish was using inline style tags, which is conflicting with ourdesire to disable inline styles. This moves the redfish styles to anappropriate SCSS file.Tested by:Launched redfish GUI, and observed no style differencesChange-Id: Ifb96730f0d6a34700f8c05666b6963a77d511911Signed-off-by: Ed Tanous <ed.tanous@intel.com>
show more ...
redfish: fix json formatQuotes were missing on Arrays, and some commas werein the wrong spot.Tested-by: Copied the output of the managers schemaand ran it through python json formatter and it s
redfish: fix json formatQuotes were missing on Arrays, and some commas werein the wrong spot.Tested-by: Copied the output of the managers schemaand ran it through python json formatter and it startedto pass.Change-Id: Ica6b35b0076654fae6204a99380c05dec1ac401bSigned-off-by: James Feist <james.feist@linux.intel.com>
Remove tabs from HTML filesFrom https://google.github.io/styleguide/htmlcssguide.html"IndentationIndent by 2 spaces at a time.Don't use tabs or mix tabs and spaces for indentation."Tested: Ma
Remove tabs from HTML filesFrom https://google.github.io/styleguide/htmlcssguide.html"IndentationIndent by 2 spaces at a time.Don't use tabs or mix tabs and spaces for indentation."Tested: Manual regression testing on a Witherspoon.Change-Id: Ief7137dabc869b73b73f9947337fbb0abb5ca497Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Add Redfish into the web-uiCurrently only GET is supported, but to add PATCHin the future for redfish, support should be moved frombeing hosted directly by bmcweb into the webui.Tested-by:Navi
Add Redfish into the web-uiCurrently only GET is supported, but to add PATCHin the future for redfish, support should be moved frombeing hosted directly by bmcweb into the webui.Tested-by:Navigated to http://localhost:8080/#/redfish/v1/ withbmc attached and was able to view all of redfish. Alsotested on platform.Change-Id: I1dc3936b6b48835a1f69698fcb4fd6fcdb6d91acSigned-off-by: James Feist <james.feist@linux.intel.com>