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 2012/10/06 00:22:03 UTC

git commit: cloudstack 3.0 UI - instance page - listView - not pass details=min to API call since nic and securitygroup info is needed here.

Updated Branches:
  refs/heads/master d3536d4f2 -> 7af3f6ef9


cloudstack 3.0 UI - instance page - listView - not pass details=min to API call since nic and securitygroup info is needed here.


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

Branch: refs/heads/master
Commit: 7af3f6ef944d64b64fc4e7547c7639ddaabf05f4
Parents: d3536d4
Author: Jessica Wang <je...@citrix.com>
Authored: Fri Oct 5 15:09:02 2012 -0700
Committer: Jessica Wang <je...@citrix.com>
Committed: Fri Oct 5 15:21:47 2012 -0700

----------------------------------------------------------------------
 ui/scripts/instances.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7af3f6ef/ui/scripts/instances.js
----------------------------------------------------------------------
diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js
index 22bbbfd..e86e688 100644
--- a/ui/scripts/instances.js
+++ b/ui/scripts/instances.js
@@ -383,7 +383,9 @@
 					  hostid: args.context.hosts[0].id
 					});
 				}
-
+							
+        delete data.details;	//remove "details: 'min'" from data	
+								
         $.ajax({
           url: createURL('listVirtualMachines'),
           data: data,