You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/06/27 22:57:04 UTC

[02/50] [abbrv] git commit: updated refs/heads/vmsync to 3c2aa18

Dedication of pod/cluster


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

Branch: refs/heads/vmsync
Commit: 49ab93cd233f8045dae51562c860f331278026db
Parents: 1fc7aea
Author: Pranav Saxena <ps...@gmail.com>
Authored: Tue Jun 25 18:19:45 2013 +0530
Committer: Pranav Saxena <ps...@gmail.com>
Committed: Tue Jun 25 18:19:45 2013 +0530

----------------------------------------------------------------------
 ui/scripts/system.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/49ab93cd/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index ae6924e..92faf5e 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -10263,7 +10263,7 @@
                     if(args.$form.find('.form-item[rel=isDedicated]').find('input[type=checkbox]').is(':Checked')== true){
                       if(args.data.accountId != "")
                         array2.push("&account=" +todb(args.data.accountId));
-                    }
+                    
 
                     if(clusterId != null){
                       $.ajax({
@@ -10289,6 +10289,7 @@
                         }
                       });
                     }
+                   }
                   },
                   error: function(XMLHttpResponse) {
                     var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
@@ -11364,7 +11365,7 @@
                     if(args.$form.find('.form-item[rel=isDedicated]').find('input[type=checkbox]').is(':Checked')== true){
                       if(args.data.accountId != "")
                         array2.push("&account=" +todb(args.data.accountId));
-                    }
+                    
 
                     if(hostId != null){
                       $.ajax({
@@ -11391,6 +11392,7 @@
                         }
                       });
                     }
+                  }
                   },
 
                   error: function(XMLHttpResponse) {