Replace "Origin" with "Netmask Prefix Length"

Origin is not an important network setting, remove it, and
add "Netmask Prefix Length" which is an important network setting.
"Netmask Prefix Length" is called PrefixLength in the REST API.
To help clarify call this field "Netmask Prefix Length".

Change-Id: I59d99e98dabf8b53e74c81abb24d96b4026c2247
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
1 file changed
tree: d2fec0b1464e67f881928b35a1952735c28b4ab2
  1. app/
  2. gulp_tasks/
  3. .babelrc
  4. .clang-format
  5. .gitignore
  6. bower.json
  7. format-code.sh
  8. gulp-options.js
  9. gulpfile.js
  10. karma.conf.js
  11. LICENSE
  12. MAINTAINERS
  13. package.json
  14. postcss.config.js
  15. README.md
  16. sonar-project.properties
  17. 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.