mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
make widescreen better. made graphs change on devices page to fill widescreen.
fix generic_multi_bits_separated. rrdtool_graph is so complicated! Thanks monrad. git-svn-id: http://www.observium.org/svn/observer/trunk@2537 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -65,10 +65,11 @@ foreach ($rrd_list as $rrd)
|
||||
|
||||
if (!$nototal) { $rrd_options .= " GPRINT:totin".$i.":%6.2lf%s$total_units"; }
|
||||
|
||||
$rrd_options .= " 'AREA:outB".$i."_neg#" . $colour_out . ":".$descr_out.":$stack'";
|
||||
$rrd_options .= " GPRINT:outB".$i.":LAST:%6.2lf%s$units";
|
||||
$rrd_options .= " GPRINT:outB".$i.":AVERAGE:%6.2lf%s$units";
|
||||
$rrd_options .= " GPRINT:outB".$i.":MAX:%6.2lf%s$units\l";
|
||||
$rrd_options .= " 'HRULE:0#" . $colour_out.":".$descr_out."'";
|
||||
$rrd_optionsb .= " 'AREA:outB".$i."_neg#" . $colour_out . "::$stack'";
|
||||
$rrd_options .= " GPRINT:outB".$i.":LAST:%6.2lf%s$units";
|
||||
$rrd_options .= " GPRINT:outB".$i.":AVERAGE:%6.2lf%s$units";
|
||||
$rrd_options .= " GPRINT:outB".$i.":MAX:%6.2lf%s$units\l";
|
||||
|
||||
if (!$nototal) { $rrd_options .= " GPRINT:totout".$i.":%6.2lf%s$total_unit"; }
|
||||
|
||||
|
Reference in New Issue
Block a user