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 committed by Alex Huang
parent 94dba7d42b
commit f8886ce611
1 changed files with 1 additions and 1 deletions

View File

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