From 9a175f9306dacf998bd8417a238230d4f904b3c8 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 6 Jun 2013 11:49:50 -0700 Subject: [PATCH] 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. --- ui/scripts/vpc.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 082cc258b5f..a087baa2630 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 } }); }