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]
|
[#79]
|
||||||
- Fixed to remove red background color in 'port' graph when the network port is
|
- Fixed to remove red background color in 'port' graph when the network port is
|
||||||
for outgoing connections.
|
for outgoing connections.
|
||||||
|
- Fixed a typo in the y axis title on 'apcupsd' Time left graph. [#82]
|
||||||
- Small cosmetic changes.
|
- Small cosmetic changes.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -880,7 +880,7 @@ sub apcupsd_cgi {
|
||||||
"--title=$config->{graphs}->{_apcupsd5} ($tf->{nwhen}$tf->{twhen})",
|
"--title=$config->{graphs}->{_apcupsd5} ($tf->{nwhen}$tf->{twhen})",
|
||||||
"--start=-$tf->{nwhen}$tf->{twhen}",
|
"--start=-$tf->{nwhen}$tf->{twhen}",
|
||||||
"--imgformat=PNG",
|
"--imgformat=PNG",
|
||||||
"--vertical-label=Volts",
|
"--vertical-label=Minutes",
|
||||||
"--width=$width",
|
"--width=$width",
|
||||||
"--height=$height",
|
"--height=$height",
|
||||||
@riglim,
|
@riglim,
|
||||||
|
|
Loading…
Reference in New Issue