commit | 5a705962a8d3e972e0dd3c837f6177cf8f3a5f97 | [log] [tgz] |
---|---|---|
author | Sukanya Pandey <sukapan1@in.ibm.com> | Wed Aug 05 00:52:28 2020 +0530 |
committer | Derick Montague <derick.montague@ibm.com> | Sat Aug 08 04:48:06 2020 +0000 |
tree | 14b0795b16df312e9d523deebaf63daf7a7976dc | |
parent | fcda20013b8836e171a91c8c47c584449ffd7746 [diff] |
Remove bug in date and time settings page -In UTC preference the month was getting added by +1 and this code will resolve the issue. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I835f62b4151e7429e31d07ff3933f46242e08ec3
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.