mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-11-01 13:56:23 +00:00
Add parameter storage shared
So we know in the content call if storage is shared. This is used by removeImageButton.
This commit is contained in:
parent
3097170dad
commit
1ce3fa3bc1
@ -120,6 +120,7 @@ sub extract_storage_stats {
|
||||
node => $node,
|
||||
type => 'storage',
|
||||
status => 'unknown',
|
||||
shared => $scfg->{shared} || 0,
|
||||
};
|
||||
|
||||
if (my $d = $rrd->{"pve2-storage/$node/$storeid"}) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user