Files
librenms-librenms/includes/html/graphs/device/loss.php
T

8 lines
119 B
PHP

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