commit | 9901096a45c9bda51438dcc91d5feb8a590df0c3 | [log] [tgz] |
---|---|---|
author | Sukanya Pandey <sukapan1@in.ibm.com> | Mon Jul 27 21:44:47 2020 +0530 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Tue Sep 22 13:32:25 2020 +0000 |
tree | 7cba8a8a5c39415d6d46a9e64b4e70e73ec3e840 | |
parent | ce33f216a7ed893936fc3f187421c2a736b8c9ff [diff] |
Show total and filtered number of items in a table -The total number of items and the filtered items will be shown in the EventLogs, Sensors and HardwareStatus table. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I0ee6410bf675038a350a71a02ec076f9e8baf004
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.