mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed lower limit for sensor graphs so negative values will show
This commit is contained in:
@@ -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'";
|
||||
|
||||
|
Reference in New Issue
Block a user