CS-15976:when vpc fails to create, UI keeps on showing that the creation is in progress

This commit is contained in:
Pranav Saxena 2012-08-14 17:20:27 +05:30
parent e4e425067c
commit 15fe4e80ac
1 changed files with 4 additions and 1 deletions

View File

@ -3731,7 +3731,10 @@
}
}
);
}
},
error: function(data) {
args.response.error(parseXMLHttpResponse(data));
}
});
},