commit | 4e8c2da59a5b71d8bdbb9bce73dd9ae3629ec710 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Mon Mar 24 14:39:53 2025 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Mon Mar 24 14:39:53 2025 +0300 |
tree | 5a8185825a58d4ad761b07b6354575e5cb52614d | |
parent | 6b1a15736e939b591e787ae293745649dbb504ed [diff] |
RU: Added toast notification for identify LEDs Add russian translations that were missed in a commit f11a190192115fbb798dc0ded02d3f383e407922 ("Added toast notification for identify LEDs"). Change-Id: I0169f24bd2b27a72156273fe091a2597270f572f Signed-off-by: Konstantin Aladyshev <aladyshev22@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.