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:24:07 +05:30
parent 8553918d08
commit 9c6254046a

View File

@ -3672,9 +3672,11 @@
return json.queryasyncjobresultresponse.jobresult.vpc;
}
}
}
);
}
});
},
error: function(data) {
args.response.error(parseXMLHttpResponse(data));
}
});
},