Files
librenms-librenms/includes/html/graphs/device/ber.inc.php
Charly Forot 48e68ec1dd Fix class error name (#13833)
Mistake on $class variable, value was 'er' instead of 'ber'.
This error prevented the ber graph located at Devices->Health->Overview
to correctly appear.
2022-03-09 00:06:19 +01:00

9 lines
130 B
PHP

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