Daniel Erez has submitted this change and it was merged.
Change subject: webadmin: bug fix in unmanaged networks (#820504)
......................................................................
webadmin: bug fix in unmanaged networks (#820504)
https://bugzilla.redhat.com/820504
If a network is vlan-ed the implementation details are on the
nic.vlanId and not nic.
In isManaged and isInSync it read the details from the nic and not
nic.vlan_id
Change-Id: Ie42e349be4873e44a5c6ee71671d6c630e58342c
Signed-off-by: Alona Kaplan <alkaplan(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostSetupNetworksModel.java
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/network/LogicalNetworkModel.java
2 files changed, 15 insertions(+), 3 deletions(-)
Approvals:
Alona Kaplan: Verified
Daniel Erez: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/7064
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie42e349be4873e44a5c6ee71671d6c630e58342c
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>