mirror of https://github.com/mikaku/Monitorix.git
fixed a typo in the y axis title on 'apcupsd' Time left graph. Fixes #82
This commit is contained in:
parent
27d094b83c
commit
350d00f4e9
1
Changes
1
Changes
|
@ -57,6 +57,7 @@
|
|||
[#79]
|
||||
- Fixed to remove red background color in 'port' graph when the network port is
|
||||
for outgoing connections.
|
||||
- Fixed a typo in the y axis title on 'apcupsd' Time left graph. [#82]
|
||||
- Small cosmetic changes.
|
||||
|
||||
|
||||
|
|
|
@ -880,7 +880,7 @@ sub apcupsd_cgi {
|
|||
"--title=$config->{graphs}->{_apcupsd5} ($tf->{nwhen}$tf->{twhen})",
|
||||
"--start=-$tf->{nwhen}$tf->{twhen}",
|
||||
"--imgformat=PNG",
|
||||
"--vertical-label=Volts",
|
||||
"--vertical-label=Minutes",
|
||||
"--width=$width",
|
||||
"--height=$height",
|
||||
@riglim,
|
||||
|
|
Loading…
Reference in New Issue