commit | 10fe276be19c4ba736eedf28d4ea2031f3eecd14 | [log] [tgz] |
---|---|---|
author | SurenNeware <sneware9@in.ibm.com> | Wed Aug 19 12:01:32 2020 +0530 |
committer | Derick Montague <derick.montague@ibm.com> | Fri Aug 21 19:39:42 2020 +0000 |
tree | 31d0835ff574f37246333adb53f882e53bb8069b | |
parent | 50cf2f78ea0b4fe4c08514d1dc71112312a2790b [diff] |
Add default empty table state -Add empty table state to High priority events table in Overview page and Processors table in Hardware status page. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I68b613cc181c2423c9a8769d26f218ff89a0c834
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.