From 5c5326f6f710932afc121fd2528681933c716bdc Mon Sep 17 00:00:00 2001 From: Chris Suich Date: Mon, 21 Oct 2013 11:24:33 -0400 Subject: [PATCH] CLOUDSTACK-4910 Fixed issue with Take VM Snapshot UI always returning success --- ui/scripts/instances.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 41d1772dbe4..84c36433530 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -529,7 +529,7 @@ }, notification: { - pool: pollAsyncJobResult + poll: pollAsyncJobResult } }, destroy: {