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:27:13 +05:30
parent 40d3b713ce
commit 8ff5658609
1 changed files with 7 additions and 1 deletions

View File

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