commit | b15a0ea32bc1fd434c370876ec58b0fc263c814c | [log] [tgz] |
---|---|---|
author | SurenNeware <sneware9@in.ibm.com> | Wed Jul 29 12:25:29 2020 +0530 |
committer | Derick Montague <derick.montague@ibm.com> | Tue Aug 04 12:38:33 2020 +0000 |
tree | 8782b0d0b9ae8d075b8ebec48063ccadb9163230 | |
parent | d395235496cc39575bf00696bf835f6747dd010c [diff] |
Remove unnecessary style block from overview page - Remove text-transform from Overview Network style block. - This commit will not change the original state of value getting from backend by text transform. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I91db237cc0753e2dc477b2d324d745ea1e387c2b
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.
The current plan is by the end of July 2020, with exception to the following pages:
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.
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.