VPC UI: Fix IP details when no network is present

This commit is contained in:
Brian Federle 2012-08-15 10:25:02 -07:00
parent 1532428ac3
commit 2628382b48
1 changed files with 1 additions and 1 deletions

View File

@ -1707,7 +1707,7 @@
args.response.success({
actionFilter: actionFilters.ipAddress,
data: $.extend(ipObj, {
networkname: network.name
networkname: network ? network.name : ''
})
});
},