commit | 7f7687e5ea3a4367bceb1262e48f2eac9d87215b | [log] [tgz] |
---|---|---|
author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Wed Aug 12 09:13:44 2020 -0700 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Wed Aug 19 03:02:27 2020 +0000 |
tree | 78113fd8a0cc5d5fa09ca5c26f183826e912f36c | |
parent | 5ea167820bb5f1cdfe4b501eb3c70daf1a3732d3 [diff] |
Fix account settings double toast confirmation Removing extra ok handler for the account policy settings modal on local user management. Currently, saving changes in the modal will trigger two success toasts. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ic64529a1860f0b3b47fb87f5ea9d88b1c0d9ff45
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.