Updated Branches: refs/heads/master c8cafb91a -> a5194a630
CLOUDSTACK-3818: listSecondaryStagingStore API has been renamed. Here is related UI change. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a5194a63 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a5194a63 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a5194a63 Branch: refs/heads/master Commit: a5194a63046db4f36d00da673c9e07e6ba48cede Parents: c8cafb9 Author: Jessica Wang <[email protected]> Authored: Fri Jul 26 15:15:27 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Fri Jul 26 15:16:52 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a5194a63/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 14a71df..9b944a9 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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 },
