Files
librenms/html/pages/device/graphs/system/uptime.inc.php
T
2010-07-25 18:06:29 +00:00

5 lines
129 B
PHP

<?php
$graph_title = "Device Uptime";
$graph_type = "device_uptime"; include ("includes/print-device-graph.php");
?>