phosphor-webui
phosphor-webui copied to clipboard
Network settings must not list per-interface gateways
As discussed in the following issues in other parts of openbmc project, on non-router systems there is no such concept as per-interface gateway:
https://github.com/openbmc/openbmc/issues/2671 https://github.com/openbmc/phosphor-networkd/issues/22
Hence, there is no need to have the associated fields in web-ui. They only confuse the users:
Additionally, the id
s of inputs for "Gateway" and for "Netmask prefix length" are confused in HTML.
The "Gateway" input
has id="net-config__subnet"
whereas the "Netmask prefix..." input
has id="net-config__default-gateway"
.
related issue https://github.com/openbmc/phosphor-webui/issues/62
@AlexanderAmelkin The design team has updated the UI proposal, please review at https://ibm.invisionapp.com/share/RQNYHJ0VBDY#/319002386_V2_Networking_Mutliple_VLAN . The corresponding issue is the one tagged above by Susan
@jandraa, thank you for the update!
This will be addressed with story #62.