commit | 2f2f64d2f6a2daf8a8b6c42d5e04e184d22642d5 | [log] [tgz] |
---|---|---|
author | Damian Celico <damianx.celico@intel.com> | Mon Dec 05 21:48:02 2022 +0100 |
committer | Kiran Kumar Ballapalli <kirankumarb@ami.com> | Wed Apr 12 12:32:09 2023 +0000 |
tree | 072e4072999db54a77171b7b95d88e16ca4d739a | |
parent | 8890db89299eb94726e3fdac66a3d43f10fd2bb0 [diff] |
Fixed endpoint for Power PowerControl Saving power cap value was throwing an error, and it was caused by incorrect endpoint to PowerControl resource in Redfish: https://redfish.dmtf.org/schemas/v1/Power.v1_7_1.json Fixed endpoint for saving Power Cap value Signed-off-by: Damian Celico <damianx.celico@intel.com> Change-Id: Ib9117f62548c55eb3f07562b71330675a2101924
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 goes End of Life June 30, 2021, this repository is its replacement.
Several, 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.
That is up to you. Several companies have switched.
webui-vue although still missing a few features that were in phosphor-webui, as mentioned above, 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.