diff --git a/ui/scripts/cloud.core.snapshot.js b/ui/scripts/cloud.core.snapshot.js index 190c918bb1d..f7400383a2c 100644 --- a/ui/scripts/cloud.core.snapshot.js +++ b/ui/scripts/cloud.core.snapshot.js @@ -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]; }