Skip to content

Commit

Permalink
Merge "Closes-Bug:#1400992 - Baremetal : UI should show proper error …
Browse files Browse the repository at this point in the history
…message when port creation fails" into R2.0
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Dec 10, 2014
2 parents 4a768a7 + 9a05875 commit b329824
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -313,6 +313,7 @@ function physicalInterfacesConfig() {
}

window.failureHandlerForVMICreation = function(xhr, status, error) {
showInfoWindow(error, status);
fetchData();
}

Expand Down Expand Up @@ -950,7 +951,7 @@ function physicalInterfacesConfig() {

window.failureHandlerForVNInternals = function(error){
var r = arguments;
showInfoWindow(r[0].responseText,r[2])
showInfoWindow(r[0].responseText,r[2]);
}

function fetchConfigurations() {
Expand Down

0 comments on commit b329824

Please sign in to comment.