Updated Branches: refs/heads/master 1fc7aeaae -> 49ab93cd2
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/master Commit: 49ab93cd233f8045dae51562c860f331278026db Parents: 1fc7aea Author: Pranav Saxena <psb...@gmail.com> Authored: Tue Jun 25 18:19:45 2013 +0530 Committer: Pranav Saxena <psb...@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) {