commit | 8841b7d463a5272a87faaa14cb103f778a772770 | [log] [tgz] |
---|---|---|
author | Sean Zhang <xiazhang@nvidia.com> | Sat Jun 15 08:42:41 2024 +0300 |
committer | Gunnar Mills <gunnar@gmills.xyz> | Tue Jun 25 15:45:07 2024 +0000 |
tree | 731d8c82ddb76c1c9358c36d707747b09c5189cd | |
parent | ccb71f0bd6b91b4344cf9a776a433528a5771217 [diff] |
Replace fixed paths with response from API Currently, the Redfish request used fixed URIs, modify the code to use the BMC and System paths got from response of API calls. For CertificateStore, since it was using the URL for constant variable assignment, changed the constant CERTIFICATE_TYPES to method call. Change-Id: I330b7272083e3e6993aae5705aae170b8e9a4659 Signed-off-by: Sean Zhang <xiazhang@nvidia.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.