mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user