mirror of https://github.com/mikaku/Monitorix.git
lowercase 'Bytes' y-axis title
This commit is contained in:
parent
308f13d842
commit
4d3ddf1601
|
@ -1082,7 +1082,7 @@ sub varnish_cgi {
|
|||
"--title=$config->{graphs}->{_varnish6} ($tf->{nwhen}$tf->{twhen})",
|
||||
"--start=-$tf->{nwhen}$tf->{twhen}",
|
||||
"--imgformat=PNG",
|
||||
"--vertical-label=Bytes/s",
|
||||
"--vertical-label=bytes/s",
|
||||
"--width=$width",
|
||||
"--height=$height",
|
||||
@riglim,
|
||||
|
@ -1103,7 +1103,7 @@ sub varnish_cgi {
|
|||
"--title=$config->{graphs}->{_varnish6} ($tf->{nwhen}$tf->{twhen})",
|
||||
"--start=-$tf->{nwhen}$tf->{twhen}",
|
||||
"--imgformat=PNG",
|
||||
"--vertical-label=Bytes/s",
|
||||
"--vertical-label=bytes/s",
|
||||
"--width=$width",
|
||||
"--height=$height",
|
||||
@riglim,
|
||||
|
|
Loading…
Reference in New Issue