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 19:48:31 UTC

git commit: updated refs/heads/master to bdb5997

Updated Branches:
  refs/heads/master 62e125c08 -> bdb5997cf


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/master
Commit: bdb5997cfc0b5e258e117a7c6c5de18d9dfce1f3
Parents: 62e125c
Author: Jessica Wang <je...@apache.org>
Authored: Thu Jun 6 10:45:29 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Thu Jun 6 10:45:29 2013 -0700

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


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]);