You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/06/25 14:54:56 UTC

git commit: updated refs/heads/master-6-17-stable to 15561e6

Updated Branches:
  refs/heads/master-6-17-stable 4e80c3dbb -> 15561e6fc


correcting dedicate cluster/host


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

Branch: refs/heads/master-6-17-stable
Commit: 15561e6fceeb2bcf4d8a6c3415fe6b6dd49ae31c
Parents: 4e80c3d
Author: Pranav Saxena <ps...@gmail.com>
Authored: Tue Jun 25 18:24:25 2013 +0530
Committer: Pranav Saxena <ps...@gmail.com>
Committed: Tue Jun 25 18:24:25 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/15561e6f/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 03ac411..87eb882 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -9771,7 +9771,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({
@@ -9797,6 +9797,7 @@
                          }
                        });
                    }
+                  }
                  },
                  error: function(XMLHttpResponse) {
                     var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
@@ -10872,7 +10873,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({
@@ -10899,6 +10900,7 @@
                         }
                       });
                     }
+                  }
                   },
 
                    error: function(XMLHttpResponse) {