mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8154: fix UI for API change
Signed-off-by: René Moser <mail@renemoser.net>
This commit is contained in:
parent
c7ebd13d02
commit
07d96aab84
|
|
@ -2209,7 +2209,7 @@
|
|||
dataType: "json",
|
||||
async: true,
|
||||
success: function(json) {
|
||||
var jid = json.deleteisosresponse.jobid;
|
||||
var jid = json.deleteisoresponse.jobid;
|
||||
args.response.success({
|
||||
_custom: {
|
||||
jobId: jid
|
||||
|
|
|
|||
Loading…
Reference in New Issue