mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3818: listSecondaryStagingStore API has been renamed. Here is related UI change.
This commit is contained in:
parent
c8cafb91a7
commit
a5194a6304
|
|
@ -7371,7 +7371,7 @@
|
|||
};
|
||||
|
||||
$.ajax({
|
||||
url: createURL('listSecondaryStagingStore' + searchByArgs),
|
||||
url: createURL('listSecondaryStagingStores' + searchByArgs),
|
||||
data: data,
|
||||
success: function(json) {
|
||||
args.response.success({
|
||||
|
|
@ -15262,7 +15262,7 @@
|
|||
|
||||
dataProvider: function(args) {
|
||||
$.ajax({
|
||||
url: createURL('listSecondaryStagingStore'),
|
||||
url: createURL('listSecondaryStagingStores'),
|
||||
data: {
|
||||
id: args.context.cacheStorage[0].id
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue