run make tidy
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
05eb8e6394
commit
73897abcbd
1 changed files with 2 additions and 1 deletions
|
|
@ -1632,7 +1632,8 @@ __PACKAGE__->register_method({
|
|||
|
||||
my $path = "pve-vm-9.0/$param->{vmid}";
|
||||
$path = "pve2-vm/$param->{vmid}" if !-e "/var/lib/rrdcached/db/${path}";
|
||||
return PVE::RRD::create_rrd_graph($path, $param->{timeframe}, $param->{ds}, $param->{cf});
|
||||
return PVE::RRD::create_rrd_graph($path, $param->{timeframe}, $param->{ds},
|
||||
$param->{cf});
|
||||
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue