commit | 73d255b68ae6a7a6406d3f0b644fdb265f14a97e | [log] [tgz] |
---|---|---|
author | Glukhov Mikhail <mikl@greenfil.ru> | Tue Jan 16 11:17:46 2024 +0300 |
committer | Gunnar Mills <gunnar@gmills.xyz> | Fri Feb 23 14:55:34 2024 +0000 |
tree | e238ad7339d3bba1fb5d88089d891d9bb648970a | |
parent | e19c981b4f6d3d27355a781ec9687337554af7b5 [diff] |
Inventory: replacement of FAN ID with Name With a large number of FANs, a list of names is much easier to read than a list of IDs. Now the Name is in the header of the row, and the ID only when expanded. Change-Id: Ic8a08e28db7f747f9765f45dbbda504bf827fb25 Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
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.