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:15:34 UTC

git commit: updated refs/heads/master to db82d56

Updated Branches:
  refs/heads/master 8cac1e044 -> db82d5605


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/db82d560
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/db82d560
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/db82d560

Branch: refs/heads/master
Commit: db82d5605db6ad27f7a7a8f2b0958162305f7a64
Parents: 8cac1e0
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:15:22 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/db82d560/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
                                             }
                                         }
                                     }