mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
moar graph cleanups
git-svn-id: http://www.observium.org/svn/observer/trunk@1906 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -22,8 +22,8 @@ while ($proc = mysql_fetch_array($query))
|
||||
|
||||
$unit_text = "Load %";
|
||||
|
||||
$units ='%';
|
||||
$total_units ='%';
|
||||
$units = '%';
|
||||
$total_units = '%';
|
||||
$colours ='mixed';
|
||||
|
||||
$scale_min = "0";
|
||||
@@ -31,6 +31,6 @@ $scale_max = "100";
|
||||
|
||||
$nototal = 1;
|
||||
|
||||
include ("includes/graphs/generic_multi_line.inc.php");
|
||||
include("includes/graphs/generic_multi_line.inc.php");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user