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

8 lines
122 B
PHP
Raw Normal View History

2010-06-09 20:20:38 +00:00
<?php
$class = 'current';
$unit = 'A';
$unit_long = 'Ampere';
2010-06-09 20:20:38 +00:00
require 'includes/graphs/device/sensor.inc.php';