Files
librenms-librenms/html/includes/graphs/device/current.inc.php
T

10 lines
127 B
PHP
Raw Normal View History

2010-06-09 20:20:38 +00:00
<?php
2011-04-26 15:46:51 +00:00
$class = "current";
$unit = "A";
$unit_long = "Ampere";
2010-06-09 20:20:38 +00:00
2011-04-26 15:46:51 +00:00
include("includes/graphs/device/sensor.inc.php");
2010-06-09 20:20:38 +00:00
2011-04-26 15:46:51 +00:00
?>