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 95a60dc8bc
commit dc07b2e3e6
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 : ''
})
});
},