mirror of https://github.com/mikaku/Monitorix.git
incremented the font size of the titles in 'bind' graph
This commit is contained in:
parent
3a090dd3f3
commit
02e042b4fb
10
lib/bind.pm
10
lib/bind.pm
|
@ -819,7 +819,6 @@ sub bind_cgi {
|
|||
"--lower-limit=0",
|
||||
$zoom,
|
||||
@{$cgi->{version12}},
|
||||
@{$cgi->{version12_small}},
|
||||
@{$colors->{graph_colors}},
|
||||
"DEF:inq0=$rrd:bind" . $e . "_inq01:AVERAGE",
|
||||
"DEF:inq1=$rrd:bind" . $e . "_inq02:AVERAGE",
|
||||
|
@ -858,7 +857,6 @@ sub bind_cgi {
|
|||
@riglim,
|
||||
"--lower-limit=0",
|
||||
@{$cgi->{version12}},
|
||||
@{$cgi->{version12_small}},
|
||||
@{$colors->{graph_colors}},
|
||||
"DEF:inq0=$rrd:bind" . $e . "_inq01:AVERAGE",
|
||||
"DEF:inq1=$rrd:bind" . $e . "_inq02:AVERAGE",
|
||||
|
@ -948,7 +946,6 @@ sub bind_cgi {
|
|||
"--lower-limit=0",
|
||||
$zoom,
|
||||
@{$cgi->{version12}},
|
||||
@{$cgi->{version12_small}},
|
||||
@{$colors->{graph_colors}},
|
||||
"DEF:ouq0=$rrd:bind" . $e . "_ouq01:AVERAGE",
|
||||
"DEF:ouq1=$rrd:bind" . $e . "_ouq02:AVERAGE",
|
||||
|
@ -987,7 +984,6 @@ sub bind_cgi {
|
|||
@riglim,
|
||||
"--lower-limit=0",
|
||||
@{$cgi->{version12}},
|
||||
@{$cgi->{version12_small}},
|
||||
@{$colors->{graph_colors}},
|
||||
"DEF:ouq0=$rrd:bind" . $e . "_ouq01:AVERAGE",
|
||||
"DEF:ouq1=$rrd:bind" . $e . "_ouq02:AVERAGE",
|
||||
|
@ -1075,7 +1071,6 @@ sub bind_cgi {
|
|||
"--lower-limit=0",
|
||||
$zoom,
|
||||
@{$cgi->{version12}},
|
||||
@{$cgi->{version12_small}},
|
||||
@{$colors->{graph_colors}},
|
||||
"DEF:ss0=$rrd:bind" . $e . "_ss01:AVERAGE",
|
||||
"DEF:ss1=$rrd:bind" . $e . "_ss02:AVERAGE",
|
||||
|
@ -1114,7 +1109,6 @@ sub bind_cgi {
|
|||
@riglim,
|
||||
"--lower-limit=0",
|
||||
@{$cgi->{version12}},
|
||||
@{$cgi->{version12_small}},
|
||||
@{$colors->{graph_colors}},
|
||||
"DEF:ss0=$rrd:bind" . $e . "_ss01:AVERAGE",
|
||||
"DEF:ss1=$rrd:bind" . $e . "_ss02:AVERAGE",
|
||||
|
@ -1204,7 +1198,6 @@ sub bind_cgi {
|
|||
"--lower-limit=0",
|
||||
$zoom,
|
||||
@{$cgi->{version12}},
|
||||
@{$cgi->{version12_small}},
|
||||
@{$colors->{graph_colors}},
|
||||
"DEF:rs0=$rrd:bind" . $e . "_rs01:AVERAGE",
|
||||
"DEF:rs1=$rrd:bind" . $e . "_rs02:AVERAGE",
|
||||
|
@ -1243,7 +1236,6 @@ sub bind_cgi {
|
|||
@riglim,
|
||||
"--lower-limit=0",
|
||||
@{$cgi->{version12}},
|
||||
@{$cgi->{version12_small}},
|
||||
@{$colors->{graph_colors}},
|
||||
"DEF:rs0=$rrd:bind" . $e . "_rs01:AVERAGE",
|
||||
"DEF:rs1=$rrd:bind" . $e . "_rs02:AVERAGE",
|
||||
|
@ -1331,7 +1323,6 @@ sub bind_cgi {
|
|||
"--lower-limit=0",
|
||||
$zoom,
|
||||
@{$cgi->{version12}},
|
||||
@{$cgi->{version12_small}},
|
||||
@{$colors->{graph_colors}},
|
||||
"DEF:crr0=$rrd:bind" . $e . "_crr01:AVERAGE",
|
||||
"DEF:crr1=$rrd:bind" . $e . "_crr02:AVERAGE",
|
||||
|
@ -1370,7 +1361,6 @@ sub bind_cgi {
|
|||
@riglim,
|
||||
"--lower-limit=0",
|
||||
@{$cgi->{version12}},
|
||||
@{$cgi->{version12_small}},
|
||||
@{$colors->{graph_colors}},
|
||||
"DEF:crr0=$rrd:bind" . $e . "_crr01:AVERAGE",
|
||||
"DEF:crr1=$rrd:bind" . $e . "_crr02:AVERAGE",
|
||||
|
|
Loading…
Reference in New Issue