commit | 8e1ed7953f802c318eeb38830fe9be1167e4f26f | [log] [tgz] |
---|---|---|
author | Farah Rasheed <Farah.Rasheed1@dell.com> | Fri Jul 05 11:00:38 2024 -0500 |
committer | Sivaprabu Ganesan <sivaprabug@ami.com> | Fri Jul 12 02:42:32 2024 +0000 |
tree | 181739dbc91d8b8207055db2bc3e3a8bb836a752 | |
parent | 7f70832ae0c12656f97f7c693c2daa03fd0da22f [diff] |
Fix word-break for group name in edit role group Apply 'word-break: break-all' style for the group name field in the Edit role group modal to ensure long group names wrap properly within their container. The change improves the readability and layout consistency of the group name display in the modal even if it contains long text. Fixes #111 Change-Id: Ia424fadc1630bbf28726a7064ff9b14764877d2b Signed-off-by: Farah Rasheed <Farah.Rasheed1@dell.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.