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:
parent
5295b23dfb
commit
4d8c851bcc
@ -1978,6 +1978,8 @@ sub vmstatus {
|
||||
$d->{diskread} = 0;
|
||||
$d->{diskwrite} = 0;
|
||||
|
||||
$d->{template} = is_template($conf);
|
||||
|
||||
$res->{$vmid} = $d;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user