commit | abe2b7b7ce423e127ff9a33f3a6d0dbf03e74aab | [log] [tgz] |
---|---|---|
author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Sun Sep 27 21:39:46 2020 -0700 |
committer | Derick Montague <derick.montague@ibm.com> | Wed Sep 30 20:49:09 2020 +0000 |
tree | 2a5ea3376f4290cfe35cd1d40ae9ba9e6b72eb5d | |
parent | 58a7a03cc6d822cbcae090959de83bcf1a8897c3 [diff] |
Remove searchFilter property from Sensors page The searchFilter data prop is included in the SearchFilterMixin, so can be removed from the Sensors component. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Iba40439de0aa01458cf95157f25124e0b08669f1
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.
The current plan is by the end of July 2020, with exception to the following pages:
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.
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.