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

10 lines
159 B
PHP
Raw Normal View History

2017-05-01 23:49:11 -05:00
<?php
$scale_min = '0';
$class = 'error-rate';
$unit = 'bps';
$unit_long = 'Error Rate';
require 'includes/graphs/device/wireless-sensor.inc.php';