commit | 7ebf56e8c12be1a7765cc0b47c75a27d6685d082 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Wed Sep 01 16:51:39 2021 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Thu Sep 09 06:13:25 2021 +0000 |
tree | 1ea252659d786c7ed42e6889979b37cb92a8568e | |
parent | 13532cb3f5e76c66879e7c329d80cf0552f653c1 [diff] |
Russian translations for the IA control section changes Add russian translations that were missed in a commit 68cbbe9014cbdcf7229a878f564d38f6d6199f25 ("IA update: Update control section to operations"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I5a1d893c8af15c40b7bdf1a9b0fa3d16601400b6
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 goes End of Life June 30, 2021, this repository is its replacement.
Several, 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.
That is up to you. Several companies have switched.
webui-vue although still missing a few features that were in phosphor-webui, as mentioned above, 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.