commit | dfba4e542e816712d3857e32aa52e9a930c9e889 | [log] [tgz] |
---|---|---|
author | Vedangi Mittal <vedangimittal@vedangis-mbp.in.ibm.com> | Tue Apr 23 14:13:23 2024 +0530 |
committer | Gunnar Mills <gunnar@gmills.xyz> | Wed May 08 19:21:44 2024 +0000 |
tree | e36097740a78c7f05799ed3ffd0050ef2d86d3ce | |
parent | 2b33526c41c23217365e8eb0523d182bcdee622a [diff] |
Removed Challenge password option from Generate CSR panel - Unable to generate Certificate Signing Request (CSR) when filling optional field-Challenge password values on Certificate page. - Hence, removed the Challenge password option from the Generate CSR panel. Change-Id: I862f024de84f34738be5e5cd22701b63c2309152 Signed-off-by: Vedangi Mittal <vedangimittal3004@gmail.com>
webui-vue is a web-based user interface for the OpenBMC firmware stack built on Vue.js.
phosphor-webui was built on AngularJS and AngularJS went End of Life on June 30, 2021. This repository is its replacement.
A few, mostly minor, features remain for feature parity. See GitHub Issues label:phosphor-webui-feature-parity for the complete list.
As mentioned, this application is built using Vue.js, a modern open-source Model-View-ViewModel JavaScript framework supported by an active community and strong documentation. It has been architected to allow organizations to easily update the theme to support their brand. This rewrite takes advantage of front-end development best practices and does not suffer from some of the anti-patterns that exist in phosphor-webui today.
It is recommended you switch from phosphor-webui if you haven't already.
webui-vue has the following additional features:
The documentation for coding standards and components is located in the docs
directory. It is created using the VuePress static site generator. Information about how to write documentation can be found on the VuePress website.