mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 13:35:41 +00:00
[UI] Network names are not being displayed in Infra » VRs » router » NICS
This commit is contained in:
parent
d76a47b9fd
commit
cb9bf44538
@ -219,6 +219,7 @@ public class DomainRouterJoinDaoImpl extends GenericDaoBase<DomainRouterJoinVO,
|
||||
nicResponse.setGateway(vr.getGateway());
|
||||
nicResponse.setNetmask(vr.getNetmask());
|
||||
nicResponse.setNetworkid(vr.getNetworkUuid());
|
||||
nicResponse.setNetworkName(vr.getNetworkName());
|
||||
nicResponse.setMacAddress(vr.getMacAddress());
|
||||
nicResponse.setIp6Address(vr.getIp6Address());
|
||||
nicResponse.setIp6Gateway(vr.getIp6Gateway());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user