Files
librenms-librenms/includes/html/graphs/device/loss.php
2020-09-21 15:40:17 +02:00

8 lines
119 B
PHP

<?php
$class = 'loss';
$unit = '%';
$unit_long = 'Percentage';
require 'includes/html/graphs/device/sensor.inc.php';