mirror of https://github.com/apache/cloudstack.git
VPC UI: Fix IP details when no network is present
This commit is contained in:
parent
95a60dc8bc
commit
dc07b2e3e6
|
|
@ -1703,7 +1703,7 @@
|
|||
args.response.success({
|
||||
actionFilter: actionFilters.ipAddress,
|
||||
data: $.extend(ipObj, {
|
||||
networkname: network.name
|
||||
networkname: network ? network.name : ''
|
||||
})
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue