commit | 59a732bc502740ee5d7ea37298a9576fb4131858 | [log] [tgz] |
---|---|---|
author | HuyLe <hule@amperecomputing.com> | Mon Oct 09 13:58:33 2023 +0700 |
committer | HuyLe <hule@amperecomputing.com> | Wed Mar 20 09:50:50 2024 +0700 |
tree | 8eff4f6c057b5a87c1d3caf607e81adce987f92b | |
parent | 5c2f61a545b2460ce7eee4105e9c79c91de41da8 [diff] |
Display Power Supply Inventory from PowerSubsystem Switch Power Supply information to use information from the new PowerSubsystem since bmcweb enabled this by default, any other modern Redfish implementation should have this schema enabled. Tested: On Ampere MtJade platform 1. Login to WebUI; Hardware Status; Inventory 2. Inventory information for power supplies is displayed. Change-Id: Iad59d0145b47bcd5eb3cb4ff852e50da976a6005 Signed-off-by: HuyLe <hule@amperecomputing.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.