commit | dd9d4c32992568d0b634df10a0eeaf7fcd06d3dd | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Mon Sep 10 12:59:34 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Tue Sep 11 01:12:41 2018 +0000 |
tree | bd29fbe76876cc642b4057a3da1589658c1c3309 | |
parent | a788cf01827234d20f2917feb08ee0976efcf774 [diff] |
Move to default headers Set the $httpProvider.defaults.headers. Overwrite the default on upload image. For more information see: https://docs.angularjs.org/api/ng/service/$http#setting-http-headers Removed "Content-Type" on GET request. There is no "Content-Type" on a GET request. Content-Type is only used with POST, PUT, and PATCH requests. See: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields Tested: Manual regression test of Web UI. Performed tasks such as firmware image upload, booting the server, and deleting event logs. Change-Id: I9217ba3eab40d40a331322d0848bdc5c5ca93767 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
The OpenBMC WebUI is a Web-based user interface for the OpenBMC firmware stack. The WebUI uses AngularJS. Features include:
nodejs npm
npm install
npm run-script server
This will start a server instance and begin listening for connections at http://localhost:8080
. This development server provides live reloading on code changes. NOTE: Browsing to https://<BMC>
and accepting the self-signed certificate might be required to prevent your browser from blocking traffic to the BMC.
Enter the BMC Host or BMC IP address, username, and password. The default username and password are root
/0penBmc
.