mirror of https://github.com/apache/cloudstack.git
Project dashboard: Fix IP address total
This commit is contained in:
parent
650301fc94
commit
c07d711266
|
|
@ -142,7 +142,7 @@
|
|||
url: createURL('listPublicIpAddresses'),
|
||||
success: function(json) {
|
||||
dataFns.loadBalancingRules($.extend(data, {
|
||||
totalIPAddresses: json.listpublicipaddressesresponse ?
|
||||
totalIPAddresses: json.listpublicipaddressesresponse.count ?
|
||||
json.listpublicipaddressesresponse.count : 0
|
||||
}));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue