Files
librenms/html/pages/device/graphs/os-papouch-tme.inc.php
T
2010-01-15 11:48:15 +00:00

6 lines
184 B
PHP

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