History log of /openbmc/phosphor-webui/app/redfish/controllers/redfish-controller.html (Results 1 – 4 of 4)
Revision Date Author Comments
# 86caba11 19-Dec-2018 Ed Tanous <ed.tanous@intel.com>

webui: Fix redfish to use proper styles

Redfish was using inline style tags, which is conflicting with our
desire to disable inline styles. This moves the redfish styles to an
appro

webui: Fix redfish to use proper styles

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>

show more ...


# bc5cc7f7 13-Nov-2018 James Feist <james.feist@linux.intel.com>

redfish: fix json format

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

redfish: fix json format

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>

show more ...


# 5f0b7767 25-Sep-2018 Gunnar Mills <gmills@us.ibm.com>

Remove tabs from HTML files

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 i

Remove tabs from HTML files

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>

show more ...


# e8634e6b 07-Sep-2018 James Feist <james.feist@linux.intel.com>

Add Redfish into the web-ui

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.

Add Redfish into the web-ui

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>

show more ...