commit | b2ca5a5a8f66912c7de6c0a494f1c253778c6f59 | [log] [tgz] |
---|---|---|
author | Huy Le Anh <hule@amperecomputing.com> | Wed Dec 04 09:16:01 2024 +0000 |
committer | Thang Q. Nguyen <thang@os.amperecomputing.com> | Mon Jan 13 07:18:49 2025 +0000 |
tree | 027c91e3deb97a8e5d5c22a9dcf9ae124526de39 | |
parent | 0c1dcc96f433046d8d0f9064739509013af358c3 [diff] |
Fix date format regex check The regex formula for formatting dates is no longer correct after upgrading to Vue3. This commit corrects it by adding a `$` sign to the end of the date pattern to avoid wrongly validate date in wrong format. Tested: 1. Log in to BMC Web and go to the date-time setting 2. Click "Manual" to fill Date field with the following format: 2025-06-112 3. Can't save and show "Invalid format" Change-Id: Ia1ff1e9cc9885772e6145732dab177949be60969 Signed-off-by: Huy Le Anh <hule@amperecomputing.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.