mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
PerfData: Fix method name case
This commit is contained in:
parent
92c647e883
commit
0901e841a3
@ -482,7 +482,7 @@ class Perfdata
|
|||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'label' => $this->getLabel(),
|
'label' => $this->getLabel(),
|
||||||
'value' => $this->format($this->getvalue()),
|
'value' => $this->format($this->getValue()),
|
||||||
'min' => isset($this->minValue) && !$this->isPercentage()
|
'min' => isset($this->minValue) && !$this->isPercentage()
|
||||||
? $this->format($this->minValue)
|
? $this->format($this->minValue)
|
||||||
: '',
|
: '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user