mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
reporting: render RRD integer as string
PR: https://github.com/opnsense/core/issues/9686 (cherry picked from commitca06d54676) (cherry picked from commit70629923bb)
This commit is contained in:
parent
889098cfa4
commit
6933841c63
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ abstract class Base
|
|||
return $this;
|
||||
}
|
||||
|
||||
$cmd_frmt = ['/usr/local/bin/rrdtool create %s --step %d'];
|
||||
$cmd_frmt = ['/usr/local/bin/rrdtool create %s --step %s'];
|
||||
$cmd_args = [$this->filename, 60];
|
||||
|
||||
foreach ($this->datasets as $dataset) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue