summaryrefslogtreecommitdiffstats
path: root/app/redfish/controllers
Commit message (Collapse)AuthorAgeFilesLines
* webui: Fix redfish to use proper stylesEd Tanous2018-12-211-6/+6
| | | | | | | | | | | | Redfish was using inline style tags, which is conflicting with our desire to disable inline styles. This moves the redfish styles to an appropriate SCSS file. Tested by: Launched redfish GUI, and observed no style differences Change-Id: Ifb96730f0d6a34700f8c05666b6963a77d511911 Signed-off-by: Ed Tanous <ed.tanous@intel.com>
* redfish: fix json formatJames Feist2018-11-141-4/+9
| | | | | | | | | | | | Quotes were missing on Arrays, and some commas were in the wrong spot. Tested-by: Copied the output of the managers schema and ran it through python json formatter and it started to pass. Change-Id: Ica6b35b0076654fae6204a99380c05dec1ac401b Signed-off-by: James Feist <james.feist@linux.intel.com>
* Remove tabs from HTML filesGunnar Mills2018-09-251-27/+27
| | | | | | | | | | | | From https://google.github.io/styleguide/htmlcssguide.html "Indentation Indent 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: Ief7137dabc869b73b73f9947337fbb0abb5ca497 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add Redfish into the web-uiJames Feist2018-09-242-0/+86
Currently only GET is supported, but to add PATCH in the future for redfish, support should be moved from being hosted directly by bmcweb into the webui. Tested-by: Navigated to http://localhost:8080/#/redfish/v1/ with bmc attached and was able to view all of redfish. Also tested on platform. Change-Id: I1dc3936b6b48835a1f69698fcb4fd6fcdb6d91ac Signed-off-by: James Feist <james.feist@linux.intel.com>
OpenPOWER on IntegriCloud