commit | b05410f06593cb643970b8f9ebb56a82e0122bc7 | [log] [tgz] |
---|---|---|
author | suryav9724 <suryav@ami.com> | Wed Jan 29 12:09:31 2025 +0530 |
committer | Surya Venkatesan <suryav@ami.com> | Tue Apr 08 09:57:42 2025 +0000 |
tree | d019faf75e59d8c313fac15416c4d39c68dd3d5b | |
parent | b9a0133a1dceae3aa7a8b6ed36ccbaf5a92d5af9 [diff] |
fix: Update date formatting to use formatTime Show the Time and Timezone in the overview page instead of showing date twice. Format the date using the formatTime filters to display the proper date and time in the overview page. Before it shows date twice, In the place of time it shows date. Change-Id: Ibd8211530750091c03f788106bfb78097be2b2d8 Signed-off-by: Surya Venkatesan <suryav@ami.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.