commit | c3cf3610b3c9ed59b6afa28b98dd8d87678f538e | [log] [tgz] |
---|---|---|
author | Kenneth Fullbright <kennyneedsmilky@gmail.com> | Thu Jan 27 18:55:00 2022 -0600 |
committer | Sivaprabu Ganesan <sivaprabug@ami.com> | Tue Oct 03 01:43:15 2023 +0000 |
tree | 9217fae7b18f8ba7f5379f4a19e6404833d86dea | |
parent | 20983592cffa5213a37f30724b101a61a7caa550 [diff] |
Update Firmware page interactions when system is powered on - if isServerPowerOffRequired is true & !isServerOff is true a warning will be shown that the server must be powered off to switch images and update the firmware. - When system power is on, the switch to "running button" is disabled. Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I65a24984c36f6ae39d715f4fa66e9884d031cb20
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.