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
e4e425067c
commit
15fe4e80ac
|
|
@ -3731,7 +3731,10 @@
|
|||
}
|
||||
}
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(data) {
|
||||
args.response.error(parseXMLHttpResponse(data));
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue