fix up device/vrfs page

git-svn-id: http://www.observium.org/svn/observer/trunk@2049 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-09 17:02:51 +00:00
parent d77765262a
commit 5ab12a5641
3 changed files with 50 additions and 15 deletions
+3 -2
View File
@@ -21,7 +21,8 @@ if (is_file($rrd_filename))
$rrd_list[$i]['rra'] = $oid_rra;
$i++;
}
} else { echo("file missing: $file"); }
}
#} else { echo("file missing: $file"); }
$colours = "mixed";
$nototal = 1;
@@ -29,4 +30,4 @@ $unit_text = "Errors";
include("includes/graphs/generic_multi_simplex_seperated.inc.php");
?>
?>