CLOUDSTACK-3464: UI > VPC > Router > Public IP Addresses > detailView - fix associated network name.

This commit is contained in:
Jessica Wang 2013-08-19 11:34:40 -07:00
parent f7eeb194c4
commit dabc071a16
1 changed files with 5 additions and 7 deletions

View File

@ -2575,10 +2575,10 @@
},
associatednetworkid: {
label: 'label.associated.network.id'
},
networkname: {
label: 'label.associated.network'
},
},
associatednetworkname: {
label: 'label.network.name'
},
state: {
label: 'label.state'
},
@ -2645,9 +2645,7 @@
args.response.success({
actionFilter: actionFilters.ipAddress,
data: $.extend(ipObj, {
networkname: network ? network.name : ''
})
data: ipObj
});
},
error: function(data) {