commit | 730c0ce5adbe750ac4836c0b120f06425e61b851 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Mon Mar 24 15:21:41 2025 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Mon Mar 24 15:21:41 2025 +0300 |
tree | b7040804a20d6902f0e3047e0ee1799dc7028ef5 | |
parent | 64fe0249bc66243077b2a3434887e8fb9dfc643b [diff] |
RU: Fix power operations as per DMTF redfish spec Some corrections for the translations added in the commit 918526f20c16a05c261a56814657942a707323dd ("Fix power operations as per DMTF redfish spec"). Change-Id: I0e88ffc3bc3904cbf4b36dd3bae4b5aeb06dcfba 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.