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/06/06 20:51:26 UTC

git commit: updated refs/heads/master to 9a175f9

Updated Branches:
  refs/heads/master 36ed93f8a -> 9a175f930


CLOUDSTACK-747: Internal LB detailView - Assigned VMs tab - Assign VMs action - listView will be freshed in widget level after action is done. Therefore, remove refresh from application level.


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

Branch: refs/heads/master
Commit: 9a175f9306dacf998bd8417a238230d4f904b3c8
Parents: 36ed93f
Author: Jessica Wang <je...@apache.org>
Authored: Thu Jun 6 11:49:50 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Thu Jun 6 11:49:50 2013 -0700

----------------------------------------------------------------------
 ui/scripts/vpc.js |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9a175f93/ui/scripts/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js
index 082cc25..a087baa 100644
--- a/ui/scripts/vpc.js
+++ b/ui/scripts/vpc.js
@@ -710,11 +710,7 @@
                             var jid = data.assigntoloadbalancerruleresponse.jobid;                                                   
                             args.response.success({
                               _custom: { 
-                                jobId: jid,
-                                getUpdatedItem: function(json) {
-                                  $('.list-view').listView('refresh');
-                                  //return json.queryasyncjobresultresponse.jobresult.volume;
-                                }
+                                jobId: jid
                               }
                             });
                           }