mirror of https://github.com/apache/cloudstack.git
fix UI display bug for vmsnapshot, detailView of vmsnapshot always show the same one
This commit is contained in:
parent
e2bcbe90c0
commit
55bc01cc98
|
|
@ -111,7 +111,7 @@
|
|||
},
|
||||
dataProvider: function(args) {
|
||||
$.ajax({
|
||||
url: createURL("listVMSnapshot&listAll=true&id=" + args.context.vmsnapshots[0].id),
|
||||
url: createURL("listVMSnapshot&listAll=true&vmsnapshotid=" + args.context.vmsnapshots[0].id),
|
||||
dataType: "json",
|
||||
async: true,
|
||||
success: function(json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue