5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2024-12-25 23:21:43 +03:00

vmstatus : return template if vm is a template

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2013-02-14 11:58:56 +01:00 committed by Dietmar Maurer
parent 5295b23dfb
commit 4d8c851bcc

View File

@ -1978,6 +1978,8 @@ sub vmstatus {
$d->{diskread} = 0;
$d->{diskwrite} = 0;
$d->{template} = is_template($conf);
$res->{$vmid} = $d;
}