mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-02 22:27:44 +00: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