mirror of https://github.com/apache/cloudstack.git
CS-15976:when vpc fails to create, UI keeps on showing that the creation is in progress
This commit is contained in:
parent
5657412cfe
commit
158d41a6cf
|
|
@ -3672,9 +3672,11 @@
|
|||
return json.queryasyncjobresultresponse.jobresult.vpc;
|
||||
}
|
||||
}
|
||||
}
|
||||
);
|
||||
}
|
||||
});
|
||||
},
|
||||
error: function(data) {
|
||||
args.response.error(parseXMLHttpResponse(data));
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue