mirror of https://github.com/apache/cloudstack.git
Add missing 'fetchLatest' for second listCapacity call
This commit is contained in:
parent
7fb70ab9f1
commit
231a67b951
|
|
@ -238,6 +238,7 @@
|
|||
$.ajax({
|
||||
url: createURL('listCapacity'),
|
||||
data: {
|
||||
fetchLatest: true,
|
||||
sortBy: 'usage',
|
||||
page: 0,
|
||||
pagesize: 8
|
||||
|
|
|
|||
Loading…
Reference in New Issue