CLOUDSTACK-747: Internal LB detailView - Assigned VMs tab - Assign VMs action - fix a bug that select VM view failed to show VMs.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bdb5997c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bdb5997c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bdb5997c Branch: refs/heads/vmsync Commit: bdb5997cfc0b5e258e117a7c6c5de18d9dfce1f3 Parents: 62e125c Author: Jessica Wang <jessicaw...@apache.org> Authored: Thu Jun 6 10:45:29 2013 -0700 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Thu Jun 6 10:45:29 2013 -0700 ---------------------------------------------------------------------- ui/scripts/vpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bdb5997c/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 580e004..f0b449f 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -667,7 +667,7 @@ var items = []; if(instances != null) { for(var i = 0; i < instances.length; i++) { - if(instances[i]._isSelected = true) + if(instances[i]._isSelected == true) continue; else items.push(instances[i]);