mirror of https://github.com/apache/cloudstack.git
bug 6954: Fixed displaying of snapshots.
status 6954: resolved fixed
This commit is contained in:
parent
3c932bb4fc
commit
2b9d85e075
|
|
@ -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];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue