commit | 8c4bb44cf2742d65051f10c92acb1b3dac4cb2b4 | [log] [tgz] |
---|---|---|
author | Paul Fertser <fercerpav@gmail.com> | Wed Jun 05 18:37:48 2024 +0000 |
committer | Sivaprabu Ganesan <sivaprabug@ami.com> | Thu Jun 13 05:10:09 2024 +0000 |
tree | 245207d47d831e2ff2c274b3e33b8efe2961f21b | |
parent | d7cd12c2c1c907cae24af6af8711a20291624523 [diff] |
Revert "Add keep-alive option in webpack devServer" This reverts commit bf37b317496c80dc9a87f49356efdab8a3b50caa. The current version of the stack doesn't prevent logging in and all operations without overriding "Connection:" header. This overriding is making it impossible to test any WebSocket-based functionality (IP KVM, SOL, Virtual Media). Tested: logging in, navigating the interface, using IP KVM and SOL console. Fixes: https://github.com/openbmc/webui-vue/issues/94 Change-Id: I6174c75e35784ff370f6adf7841c98ae78a26ceb Signed-off-by: Paul Fertser <fercerpav@gmail.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.