commit | 87c3db6518a5dec9c357251ea1168a5592f37dc2 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Fri Apr 13 16:14:41 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Fri Apr 13 16:20:22 2018 -0500 |
tree | 42310b22d57d45ebfe34c88db04f0a2695565226 | |
parent | b028b4c200a8865e1cd166015640a6356aa7078c [diff] |
Display error if error on upload We were missing the rejected promise when image upload returned an error. Now with this change and https://gerrit.openbmc-project.xyz/#/c/9594/ image upload now uploads an image and refreshes the page to display the image or displays an error if the upload failed. Resolves openbmc/openbmc#2960 Tested: See an error if a bad image. GUI refreshes if the image was uploaded successfully. Change-Id: I5f4030fb29fc08aa65dd0d36e32368106c31a76b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
TODO: Write a project description
nodejs npm
npm install
npm run-script server
This will run it locally in http://localhost:8080
.
https://<bmc-ip>
and bypass the secure warning. You will see a JSON response with Login required
message.http://localhost:8080
. Enter the BMC IP, Username and Password (defaults: root
/0penBmc
).Now you are logged in.