Updated Branches: refs/heads/master 748315620 -> 5c5326f6f
CLOUDSTACK-4910 Fixed issue with Take VM Snapshot UI always returning success Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5c5326f6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5c5326f6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5c5326f6 Branch: refs/heads/master Commit: 5c5326f6f710932afc121fd2528681933c716bdc Parents: 7483156 Author: Chris Suich <[email protected]> Authored: Mon Oct 21 11:24:33 2013 -0400 Committer: Brian Federle <[email protected]> Committed: Mon Oct 21 10:32:41 2013 -0700 ---------------------------------------------------------------------- ui/scripts/instances.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5c5326f6/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 41d1772..84c3643 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -529,7 +529,7 @@ }, notification: { - pool: pollAsyncJobResult + poll: pollAsyncJobResult } }, destroy: {
