mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3464: UI > VPC > Router > Public IP Addresses > detailView - fix associated network name.
This commit is contained in:
parent
f7eeb194c4
commit
dabc071a16
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue