CLOUDSTACK-3056:Intelligence mechanism on the UI in case of addVmwareDC API call failure

This commit is contained in:
Pranav Saxena 2013-06-19 16:30:48 +05:30
parent b91978545a
commit ffcd693afd

View File

@ -3394,7 +3394,13 @@
}
});
}
}
},
error: function(XMLHttpResponse) {
var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
error('addCluster', errorMsg, { fn: 'addCluster', args: args });
}
});
}
else{