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 committed by Alex Huang
parent 5657412cfe
commit 158d41a6cf
1 changed files with 5 additions and 3 deletions

View File

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