commit | 0c63fddcaea47aac9f3e17f98d2a9debc5f61bc2 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Thu Jun 29 17:02:24 2023 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Thu Jun 29 17:02:24 2023 +0300 |
tree | 21ccfca8f76a51cd79c01e2f445208806b1ba349 | |
parent | ca17cbe81a7c46cde58aeb44583d396e36368de5 [diff] |
RU: Sessions page Client ID is not displayed Fix minor difference in EN/RU translation that was introduced in a commit 568b8a93af49d35891f042f73add850cfa651308 ("Sessions page Client ID is not displayed"). Change-Id: I4d4c3275a954fd9a005d81ea1a51571cb54ff23a 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.