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/object_store Commit: 9a175f9306dacf998bd8417a238230d4f904b3c8 Parents: 36ed93f Author: Jessica Wang <[email protected]> Authored: Thu Jun 6 11:49:50 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Thu Jun 6 11:49:50 2013 -0700 ---------------------------------------------------------------------- ui/scripts/vpc.js | 6 +----- 1 file changed, 1 insertion(+), 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 } }); }
