commit | 2a87a2e4e8d004b33fd66ca769386b8c77b4fbe9 | [log] [tgz] |
---|---|---|
author | yubowei982 <yubowei0982@phytium.com.cn> | Mon Jun 19 10:33:39 2023 +0800 |
committer | Kiran Kumar Ballapalli <kirankumarb@ami.com> | Mon Jul 03 04:11:13 2023 +0000 |
tree | 2540b75c6170795630b72ff7efad1a69a31b677b | |
parent | 0c63fddcaea47aac9f3e17f98d2a9debc5f61bc2 [diff] |
Fix incorrect or missing parameters in functions of api 1."api.get()" need to add 'config' parameter for some circumstance need to modify configure. 2.The second param of api.delete() is payload not config. 3."api.patch()" need to add 'config' parameter for some circumstance need to modify configure. 4."api.put()" need to add 'config' parameter for some circumstance need to modify configure. Change-Id: I2df9eae468933c043dd9be1e12d2e2aeb9576ae8 Signed-off-by: Bowei Yu <yubowei0982@phytium.com.cn>
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.