commit | 20983592cffa5213a37f30724b101a61a7caa550 | [log] [tgz] |
---|---|---|
author | Sivaprabu Ganesan <sivaprabug@ami.com> | Mon Sep 25 18:43:10 2023 +0530 |
committer | Sivaprabu Ganesan <sivaprabug@ami.com> | Mon Sep 25 13:39:03 2023 +0000 |
tree | cae81fc2572ea4249c213c2030a35760a4258182 | |
parent | ebef6eeea82b00e281c14bf1e54b984197b2d399 [diff] |
Hide the trashcan icon for DHCP address When the IPv4 address is in DHCP mode, hide the trashcan icon. If the address is in static IPv4 mode, the trashcan icon will show that the user can delete the IPv4 static address. Change-Id: I27dc8dc64d93b1e2425de6143473a91f7bc0b104 Signed-off-by: Sivaprabu Ganesan <sivaprabug@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.