| commit | 1a0e7d062c800a0cd056d1c211a27e20d48ed256 | [log] [tgz] |
|---|---|---|
| author | beccabroek <beccabroek@gmail.com> | Mon Sep 24 15:03:40 2018 -0500 |
| committer | Ed Tanous <ed.tanous@intel.com> | Tue Oct 09 02:19:19 2018 +0000 |
| tree | d2fdc3095816836abb224b3914ca7a5efa1dbb9e | |
| parent | 02012ea59a1e0edbfb7dadd2b7f47849d0356ff2 [diff] |
Add and Update IPV4 address
This allows user to add IPV4 addresses
and updates logic for editing IPV4
addresses.
Resolves openbmc/phosphor-webui#12
Tested: Added, removed and modified IPV4
addresses, called API to verify that
addresses had been correctly modified.
Verified that if address had not been
modified, no change was made for that
address.
Change-Id: I3dd25565f4f610dce2023e23348f6eb8d00add3d
Signed-off-by: beccabroek <beccabroek@gmail.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.