commit | f1ccca3ff6f879e7867c36bcc40e20998dbc9850 | [log] [tgz] |
---|---|---|
author | Surya Venkatesan <suryav@ami.com> | Mon Sep 23 11:00:39 2024 +0530 |
committer | Ed Tanous <ed@tanous.net> | Thu Oct 03 11:34:06 2024 -0700 |
tree | 8754adde08f3132c485df87c95b2c219f90e53c3 | |
parent | 4b89b043f9ce759ef4d21eca7ceb4150c18aa465 [diff] |
Factory reset modal popup and validation issue In vue3 i18n is not return the object value from the locale, so unable to do the for loop in Setting list. Remove the for loop and implement the separate list for reset bios and reset to default. And implement the useVuelidate in the factory reset page. Change-Id: I10833742475b90f7c5349a5b995ff04e93c306de Signed-off-by: Surya Venkatesan <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.