Files
librenms/html/pages/device/graphs/uptime.inc.php
T
2009-10-28 13:49:37 +00:00

9 lines
172 B
PHP

<?php
echo("<div class=graphhead>Device Uptime</div>");
$graph_type = "device_uptime"; include ("includes/print-device-graph.php");
echo("<br />");
?>