bug 6954: Fixed displaying of snapshots.

status 6954: resolved fixed
This commit is contained in:
will 2010-11-07 15:40:25 -08:00
parent 3c932bb4fc
commit 2b9d85e075
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function snapshotJsonToDetailsTab() {
dataType: "json",
async: false,
success: function(json) {
var items = json.listvirtualmachinesresponse.virtualmachine;
var items = json.listsnapshotsresponse.snapshot;
if(items != null && items.length > 0)
jsonObj = items[0];
}