commit | ee728e69538b70ae7e79b91ff442e7df0a659bcb | [log] [tgz] |
---|---|---|
author | suryav9724 <suryav@ami.com> | Thu Dec 26 23:40:01 2024 +0530 |
committer | suryav9724 <suryav@ami.com> | Thu Dec 26 23:40:01 2024 +0530 |
tree | a5c8f2b69029a7b8ae99cac56be514f0164f3939 | |
parent | 20ce44a5e423d0b80080de6a1afaa63ba7bc9d20 [diff] |
Timeout duration error in account policy setting On user management page fix the error while save the account policy settings with the automatic after timeout. while changing the timeout duration the value is in string but the payload should be integer. Add the parseInt in the timeout duration value while save the account policy settings with the automatic after timeout. Change-Id: I69ab13af3fd34e4128d3f01b71b0ffd092fe9a06 Signed-off-by: suryav9724 <suryav@ami.com>
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 went End of Life on June 30, 2021. This repository is its replacement.
A few, mostly minor, features remain for feature parity. See GitHub Issues label:phosphor-webui-feature-parity for the complete list.
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.
It is recommended you switch from phosphor-webui if you haven't already.
webui-vue has the following additional features:
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.