mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8154: fix UI for API change
Signed-off-by: René Moser <mail@renemoser.net>
(cherry picked from commit 07d96aab84)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
5df6ee4f7c
commit
9a677595fa
|
|
@ -2192,7 +2192,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