Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
CLOUDSTACK-8154: fix UI for API change
Signed-off-by: René Moser <mail@renemoser.net>
  • Loading branch information
resmo committed Jan 13, 2015
commit 07d96aab843a3f191e3cfbff57560d821938076a
2 changes: 1 addition & 1 deletion ui/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down