commit | bb3160669584e165bb0be40bc3daef2e78307624 | [log] [tgz] |
---|---|---|
author | Dixsie Wolmers <dixsie@ibm.com> | Tue Aug 04 19:17:33 2020 -0500 |
committer | Derick Montague <derick.montague@ibm.com> | Fri Aug 21 19:39:04 2020 +0000 |
tree | fc4e03afb05a0dd5cb715a22de90482624a3ea35 | |
parent | 3a35943f0bde3b91383bded6ad67215a43e4e693 [diff] |
Add last reset time to server power operations page - Timestamp is displayed to inform user of last power operation Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I14c23ff56b3a0cf134c0ad2d831290971d93e293
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.