diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 046b12210ac..1cd8d5e90d4 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -3394,7 +3394,13 @@ } }); } - } + }, + error:function(XMLHttpResponse){ + var errorMsg = parseXMLHttpResponse(XMLHttpResponse); + error('addCluster', errorMsg, { fn: 'addCluster', args: args }); + + } + }); } else{