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

9 lines
143 B
PHP
Raw Normal View History

<?php
$class = 'power_factor';
$unit = '';
$unit_long = '';
$rrd_options .= " -o";
require 'includes/graphs/device/sensor.inc.php';