mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-28 16:11:25 +00:00
API2/Ceph/Pools: remove unnecessary boolean conversion
we do nothing with that field, so leave it like it is Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
11d7427400
commit
08db34257a
@ -26,7 +26,6 @@ my $get_autoscale_status = sub {
|
||||
|
||||
my $data;
|
||||
foreach my $p (@$autoscale) {
|
||||
$p->{would_adjust} = "$p->{would_adjust}"; # boolean
|
||||
$data->{$p->{pool_name}} = $p;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user