add uptime graph for papouch tme

git-svn-id: http://www.observium.org/svn/observer/trunk@692 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-01-15 11:48:15 +00:00
parent c3b3d5ee32
commit d1d1e28642

View File

@ -0,0 +1,5 @@
<?php
echo("<div class=graphhead>Device Uptime</div>");
$graph_type = "device_uptime"; include ("includes/print-device-graph.php"); break;
echo("<br />");
?>