Skip to content

Commit 07d96aa

Browse files
committed
CLOUDSTACK-8154: fix UI for API change
Signed-off-by: René Moser <mail@renemoser.net>
1 parent c7ebd13 commit 07d96aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/scripts/templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@
22092209
dataType: "json",
22102210
async: true,
22112211
success: function(json) {
2212-
var jid = json.deleteisosresponse.jobid;
2212+
var jid = json.deleteisoresponse.jobid;
22132213
args.response.success({
22142214
_custom: {
22152215
jobId: jid

0 commit comments

Comments
 (0)