From 55bc01cc980a308aceee7ba8495d3ea6668e9643 Mon Sep 17 00:00:00 2001 From: Mice Xia Date: Thu, 1 Aug 2013 12:44:59 +0800 Subject: [PATCH] fix UI display bug for vmsnapshot, detailView of vmsnapshot always show the same one --- ui/scripts/vm_snapshots.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/vm_snapshots.js b/ui/scripts/vm_snapshots.js index d7b312cd713..cb780560d2b 100644 --- a/ui/scripts/vm_snapshots.js +++ b/ui/scripts/vm_snapshots.js @@ -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) {