commit | f11a190192115fbb798dc0ded02d3f383e407922 | [log] [tgz] |
---|---|---|
author | Nikhil Ashoka <a.nikhil@ibm.com> | Thu May 09 15:17:44 2024 +0530 |
committer | Sivaprabu Ganesan <sivaprabug@ami.com> | Tue May 21 03:04:22 2024 +0000 |
tree | 32f46e38393e5e6d4a641c379a6ce01437ac3be7 | |
parent | 07368136b6578638f04f961b3842e93d57e41397 [diff] |
Added toast notification for identify LEDs - Added success toast notification messages for identify LEDs present at Inventory and LEDs page and Overview. - Import of Toast was not present in Overview's Inventory card and DIMM slot table, fixed it. Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: If9ad84e66f6f15616cb8af51b1e84d8d06b1afd0
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.