mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 21:28:40 +00:00
add default 'unknown' status for vms and containers
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
88466808a0
commit
30cdb0ca1b
@ -68,6 +68,7 @@ sub extract_vm_stats {
|
|||||||
vmid => $vmid + 0,
|
vmid => $vmid + 0,
|
||||||
node => $data->{node},
|
node => $data->{node},
|
||||||
type => $data->{type},
|
type => $data->{type},
|
||||||
|
status => 'unknown',
|
||||||
};
|
};
|
||||||
|
|
||||||
my $d;
|
my $d;
|
||||||
|
Loading…
Reference in New Issue
Block a user