commit | f65cc7b29a90b71a5e6c888ea180150e232be79e | [log] [tgz] |
---|---|---|
author | MichalX Szopinski <michalx.szopinski@intel.com> | Mon Jul 12 10:56:16 2021 +0200 |
committer | Derick Montague <derick.montague@ibm.com> | Tue Jul 20 15:24:43 2021 +0000 |
tree | 356f974d3d573ca28534cc99d1159572563b3421 | |
parent | 678390cd88d939ac0af3841074d1588f0666bea6 [diff] |
Hide "Switch to running" button on Intel environment Add environment variable to control visibility of "Switch to running" button. Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: If1d118ffd8c1e425f2f33eb0a54fff579bf8b6b4
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.