Updated Branches: refs/heads/4.2 e995c0cef -> 4db6fa7e5
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/4db6fa7e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4db6fa7e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4db6fa7e Branch: refs/heads/4.2 Commit: 4db6fa7e542327e7659c695daa65074db7e89777 Parents: e995c0c Author: Jessica Wang <[email protected]> Authored: Fri Jul 26 15:15:27 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Fri Jul 26 15:17:34 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4db6fa7e/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 },
