commit | 6e53b14b3e7e422ca18e77e7950bb4a211e3be29 | [log] [tgz] |
---|---|---|
author | Paul Fertser <fercerpav@gmail.com> | Tue Jan 21 16:19:36 2025 +0000 |
committer | Paul Fertser <fercerpav@gmail.com> | Fri Jan 24 22:35:34 2025 +0000 |
tree | 525e9ab8d17e0d1ee837c9ef8c4b2e1729d2cfea | |
parent | 223fe5b50ee91e95bb3d19b4ae379b99a86eb570 [diff] |
Fix Vue3 i18n compatibility for Dumps pages This follows 883a0d597962dfd30d6c48319b8b33e2d0f98606 approach when the Dumps code was somehow missed during the refactoring. The change fixes operation for the page showing list of dumps, before it was blank due to an exception. Change-Id: I49daa4fdaea1e8d98e4964acff9cb0bda5d8d573 Signed-off-by: Paul Fertser <fercerpav@gmail.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.