commit | 307382e809bc7d933ee593f68ef354c388ea350e | [log] [tgz] |
---|---|---|
author | SurenNeware <sneware9@in.ibm.com> | Mon Jul 27 20:45:14 2020 +0530 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Tue Aug 18 13:51:46 2020 +0000 |
tree | 76a25ecee203dc225fd067b41c01323ecac2acd5 | |
parent | dfc4fd3fba73488ad1591cf5278ae9e1ff351b64 [diff] |
Add default or empty table state -Add appropriate empty text for the table. -Add common default empty state for all tables. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: If4beabc0b1450718095757bbb0803335ccf83ec5
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.