| commit | 75a0fc19efa2abf50cb50570d2fe3161cc644445 | [log] [tgz] |
|---|---|---|
| author | Thu Nguyen <thu@os.amperecomputing.com> | Wed Nov 19 07:24:20 2025 +0000 |
| committer | Thu Nguyen <thu@os.amperecomputing.com> | Wed Nov 26 03:02:13 2025 +0000 |
| tree | be17db193abf03586d4567aa87b3f942ab7f7d07 | |
| parent | 757550f9ed1b7aef635bcdc20359505791396bc3 [diff] |
SOL: change `scrollback` default to 10000 The Host boot log usually has more than 1000 lines. Apply the default value 1000 for `scrollback` of xterm can cause missing the console messages. Change the `scrollback` of SOL to 10000. Tested: 1. Reboot the host while opening the SOL in WebUI 2. The maximum of the number of the scroll back messages in SOL should be 10000. Change-Id: I96b8e41bb18f2f9eaaf1b977dea1fb03370eda46 Signed-off-by: Thu Nguyen <thu@os.amperecomputing.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.