fix UI display bug for vmsnapshot, detailView of vmsnapshot always show the same one

This commit is contained in:
Mice Xia 2013-08-01 12:44:59 +08:00
parent e2bcbe90c0
commit 55bc01cc98

View File

@ -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) {