commit | 0c7f68493d87fdb89876dd10bb11b475126c5fe6 | [log] [tgz] |
---|---|---|
author | aravinths1 <aravinths@ami.com> | Tue Aug 05 14:54:00 2025 +0530 |
committer | Sivaprabu Ganesan <sivaprabug@ami.com> | Wed Aug 13 02:41:01 2025 +0000 |
tree | f64f53fc8c2ab49f1b80f331dc72fbcd286ffd79 | |
parent | 7d65f08ba12e7fd0a2280aacdf2e354b3add71a1 [diff] |
Remove NoAccess references from privilege roles The NoAccess privilege is not supported according to the Redfish schema, yet residual UI privilege role definitions still referenced it. This commit cleans up remaining code fragments that displayed NoAccess-related descriptions in the web UI. Resolves discrepancies between schema and UI by aligning privilege role displays with Redfish standards, reducing user confusion. Change-Id: I1f21630019407e9b2bf223d2336bc110a6bfafab Signed-off-by: Aravinth Sri Krishna Raja Raghavan <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.