commit | 582ac0d472a865294f496ff24f7a49af90bfabfe | [log] [tgz] |
---|---|---|
author | Sivaprabu Ganesan <sivaprabug@ami.com> | Tue Jul 25 15:12:46 2023 +0530 |
committer | Gunnar Mills <gmills@us.ibm.com> | Mon Aug 07 16:12:27 2023 -0500 |
tree | c6157f91e873e9c7235212b2d6e0b53b0c364c7c | |
parent | 43e3bd26133b06ed117a3a3f10b2bc09e2c2aafc [diff] |
Fan data from Thermal or ThermalSubsystem API Fan data API switch in Inventory and LEDs page based on environment variable VUE_APP_FAN_DATA_FROM_THERMAL_SUBSYSTEM. Backend Support PR: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/57533 Change-Id: I95ac9f9cef97bdab84a179b3e318eb37ab11752b Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.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.