Removed lower limit for sensor graphs so negative values will show

This commit is contained in:
laf
2015-05-24 19:09:13 +01:00
parent 26ee1cbeb7
commit 7b06ec88bb

View File

@@ -4,7 +4,7 @@ include("includes/graphs/common.inc.php");
if ($_GET['width'] > "300") { $descr_len = "40"; } else { $descr_len = "22"; }
$rrd_options .= " -l 0 -E ";
$rrd_options .= " -E ";
$iter = "1";
$rrd_options .= " COMMENT:'".str_pad($unit_long,$descr_len)." Cur Min Max\\n'";