commit | 99fe228eef84d018125712187e04b24a328d292b | [log] [tgz] |
---|---|---|
author | Aravinth S <aravinths@ami.com> | Wed Aug 20 15:08:17 2025 +0530 |
committer | Kiran Kumar Ballapalli <kirankumarb@ami.com> | Thu Sep 18 13:18:26 2025 +0000 |
tree | 1c885447c938702accf56e060f24124956ef7008 | |
parent | 399ade7239bebe83be8305bdce406043c2fef3cd [diff] |
Add privilege check to power operation button Disables power operation buttons for users with "Read-only" privileges. This change ensures that only "Operator" and administrative users can perform power operations, preventing unauthorized actions and enhancing system security. Change-Id: I515ede092cef3c82a110d9534d9f8d3d6afc3135 Signed-off-by: Aravinth S <aravinths@ami.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.