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:
Wolfgang Link 2018-11-21 17:05:34 +01:00 committed by Thomas Lamprecht
parent 3097170dad
commit 1ce3fa3bc1

View File

@ -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"}) {