commit | b5c161b4b098e5f303cb81cd782c5abe88722456 | [log] [tgz] |
---|---|---|
author | Sukanya Pandey <sukapan1@in.ibm.com> | Thu Jul 30 21:56:03 2020 +0530 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Tue Aug 04 18:03:44 2020 +0000 |
tree | d8acdeb7b1985dcc5cb4a64f72934317ed9de4d0 | |
parent | b15a0ea32bc1fd434c370876ec58b0fc263c814c [diff] |
Remove time bug from date and time settings page -Bug is while setting the UTC time, UTC time is getting saved with offset as per the timezone. -After this commit the UTC time will be saved as UTC time with no offset. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I4731cb1f8e3daae3801059e1653d059c51c26f7d
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.