You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/07/27 01:16:17 UTC

git commit: updated refs/heads/4.2 to d88d1cc

Updated Branches:
  refs/heads/4.2 07bf2b222 -> d88d1ccae


CLOUDSTACK-3820: UI > Infrastructure menu > zone detail > UCS > associate profile to blade action - poll async job result until async job is finished.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d88d1cca
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d88d1cca
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d88d1cca

Branch: refs/heads/4.2
Commit: d88d1ccaed281369acd4e1d8fb3c83c68f4707df
Parents: 07bf2b2
Author: Jessica Wang <je...@apache.org>
Authored: Fri Jul 26 16:12:33 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Fri Jul 26 16:16:08 2013 -0700

----------------------------------------------------------------------
 ui/scripts/system.js | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d88d1cca/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 353d451..50cffb3 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -14405,9 +14405,7 @@
                                                 });
                                             },
                                             notification: {
-                                                poll: function(args) {
-                                                    args.complete();
-                                                }
+                                                poll: pollAsyncJobResult
                                             }
                                         }
                                     }