commit | 6b140bacde6213f6f6b89e0f1480948b39436fb0 | [log] [tgz] |
---|---|---|
author | Derick Montague <derick.montague@ibm.com> | Thu Sep 03 16:26:33 2020 -0500 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Wed Sep 09 16:22:17 2020 +0000 |
tree | 596d6ac8d2b337f15e81cb6db9c761fcc20ecb19 | |
parent | d2ac76d7922fff243174ee50ab05020a5064aa6e [diff] |
Update event log default sort order - Set the default sort order to id descending to handle an edge case created by two logs with the same time stamp and the GUI limitation of sorting by one column only. Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ib07c9b849e043c401e91db720df92feb850e15dd
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.