commit | a3f7532004bb817a8d051851d4b3a2c8385f65a7 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Tue Jul 10 17:06:02 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Fri Jul 13 17:50:47 2018 +0000 |
tree | 72e21f038a10d1f30ef055af05dc9d1b2a9e5fad | |
parent | 1255e0dc72454798c7baf61c47753e3f5ad9456c [diff] |
Keep the selected interface If given 2 network interfaces: eth0 and eth0_60 (a VLAN interface), and eth0_60 is selected a "cancel" of the form would result in eth0 being selected. Fixed this by moving getNetworkInfo() to a function and calling it on a cancel. Also, call this new function after a successful network set (a temporary fix). Tested: The above case keeps eth0_60 selected. Change-Id: I136ca1030cbbb053ca3b96241197c56488204dfd 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.