commit | 7bf1b408b1601b1d8d98f701182a65c98b67411b | [log] [tgz] |
---|---|---|
author | Sean Zhang <xiazhang@nvidia.com> | Fri Jul 05 12:48:45 2024 +0300 |
committer | Surya Venkatesan <suryav@ami.com> | Tue Aug 20 07:55:45 2024 +0000 |
tree | ac772faa00102489e694ecf8ba56a65a3e8a91f0 | |
parent | 630ce399a64d7148432bf311111221ee61d79bf2 [diff] |
Fix single event entry download For event entry download, the href not work since the event entry download only work with header of "Accept: application/octet-stream" or the default "*/*", change to click function to make it work. Refer: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/40136 Change-Id: I11051e913bfd71ef081bed93ffcbeeb1edd8c730 Signed-off-by: Sean Zhang <xiazhang@nvidia.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.