commit | 15bcc41f748a79201eebd46496256621870a527e | [log] [tgz] |
---|---|---|
author | Alicja Rybak <alicja.rybak@intel.com> | Fri Apr 30 12:49:12 2021 +0200 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu May 06 16:46:56 2021 +0000 |
tree | ee16313046d8ac590c2cfbe39b92d5558bd363c6 | |
parent | bfce3de622f40deea3d1879f9a3d0e999a6fe26b [diff] |
Fix toast message for VM Legacy successful mount Add new toast message string serverConnectionEstablished for succesfully mounted image in Legacy mode. Previously serverClosedSuccessfully toast was showed. Tested: Verified that Server connection established toast message shows in webui after mounting image in legacy mode. Signed-off-by: Alicja Rybak <alicja.rybak@intel.com> Change-Id: I79b8bc3243ecc1a29a28f2441d499454747676c2
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 goes End of Life June 30, 2021, this repository is its replacement.
Several, 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.
That is up to you. Several companies have switched.
webui-vue although still missing a few features that were in phosphor-webui, as mentioned above, 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.