You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2012/10/06 00:32:45 UTC

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

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/454517a7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/454517a7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/454517a7

Branch: refs/heads/maven-to-rpm
Commit: 454517a7d93abb03b1de14a24bfb0583249e64be
Parents: 0a72807
Author: Jessica Wang <je...@citrix.com>
Authored: Fri Oct 5 15:09:02 2012 -0700
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Sat Oct 6 00:30:34 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/454517a7/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,