fixed a typo in the y axis title on 'apcupsd' Time left graph. Fixes #82

This commit is contained in:
Jordi Sanfeliu 2015-03-09 10:35:23 +01:00
parent 27d094b83c
commit 350d00f4e9
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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,