Added OpenBMC favicon.ico

The favicon.ico before was transparent.
Created the favicon.ico using https://www.favicon-generator.org/ and
a cropped OpenBMC logo image. The cropped OpenBMC image was only
the OpenBMC symbol. The image had the text underneath cropped out.
A favicon.ico based on the complete OpenBMC logo looked weird.
This change will not be visible if running the GUI locally, this
is due to how we display the favicon.
The complete OpenBMC logo can be found here:
https://en.wikipedia.org/wiki/OpenBMC#/media/File:OpenBMC_logo.png

Tested: Built a Witherspoon image and loaded it onto a
Witherspoon.
Change-Id: I284c75e303ae8a6e005a26e2fdb7362db7e2300f
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
1 file changed
tree: ec893b99cd2767593c4497542d35b989077b1a3f
  1. app/
  2. gulp_tasks/
  3. .babelrc
  4. .gitignore
  5. bower.json
  6. gulp-options.js
  7. gulpfile.js
  8. karma.conf.js
  9. LICENSE
  10. MAINTAINERS
  11. package.json
  12. postcss.config.js
  13. README.md
  14. sonar-project.properties
  15. webpack.config.js
README.md

openbmc

UX Design repo for OpenBMC

OpenBMC

TODO: Write a project description

Requirement

nodejs npm

Installation

npm install

Running

npm run-script server

This will run it locally in http://localhost:8080.

Example Usage with OpenBMC

  1. Browse to https://<bmc-ip> and bypass the secure warning. You will see a JSON response with Login required message.
  2. In the same session, navigate to http://localhost:8080. Enter the BMC IP, Username and Password (defaults: root/0penBmc).

Now you are logged in.