commit | ef96c6d96950e40954c5eb8ed87fef5dcf630bf3 | [log] [tgz] |
---|---|---|
author | Damian Celico <damianx.celico@intel.com> | Tue Mar 01 12:47:52 2022 +0100 |
committer | Damian Celico <damianx.celico@intel.com> | Mon Oct 24 14:47:13 2022 +0000 |
tree | dbad4d227fbbcfb1d531797ce8e4a3bafcdf9eab | |
parent | f7dd1bdffb3b14f8e819509fc7255b07bfaaedc8 [diff] |
Add env variable toggle event logs delete button Delete button in event logs page is shown or hidden based on the enviroment variable VUE_APP_EVENT_LOGS_DELETE_BUTTON_ENABLED Signed-off-by: Damian Celico <damianx.celico@intel.com> Change-Id: I10a46f5ef147865f954e6f94bcefec5c280ad3ea
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.