mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-04 08:02:05 +02:00
no full-size-mode
This commit is contained in:
@@ -32,4 +32,3 @@ if ($width <= "300") { $rrd_options .= " --font LEGEND:7:" . $config['mono_font'
|
|||||||
else { $rrd_options .= " --font LEGEND:8:" . $config['mono_font'] . " --font AXIS:7:" . $config['mono_font']; }
|
else { $rrd_options .= " --font LEGEND:8:" . $config['mono_font'] . " --font AXIS:7:" . $config['mono_font']; }
|
||||||
|
|
||||||
$rrd_options .= " --font-render-mode normal";
|
$rrd_options .= " --font-render-mode normal";
|
||||||
$rrd_options .= " --full-size-mode";
|
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ function graph_error($string)
|
|||||||
|
|
||||||
$rrd_options .= " HRULE:0#555555";
|
$rrd_options .= " HRULE:0#555555";
|
||||||
$rrd_options .= " --title='".$string."'";
|
$rrd_options .= " --title='".$string."'";
|
||||||
$rrd_options .= " --full-size-mode";
|
|
||||||
|
|
||||||
rrdtool_graph($graphfile, $rrd_options);
|
rrdtool_graph($graphfile, $rrd_options);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user