commit | 741f375e22d8e3df13e22a015b9fd4a7999f6903 | [log] [tgz] |
---|---|---|
author | SurenNeware <sneware9@in.ibm.com> | Mon Oct 05 19:23:42 2020 +0530 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Mon Oct 05 18:29:26 2020 +0000 |
tree | 1054ae65a9365d3979467c07f505859e7ac28eec | |
parent | 615b3150c7504d76a105c57728b2bddc58d9e5f2 [diff] |
Update class to make event logs filter responsive - For small viewports updated class to make event logs filter responsive. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I95ff82c0b4765815f70467b5ca748dcc3043d35d
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.