mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add unit_long variable to signal sensor
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
|
||||
$class = 'signal';
|
||||
$unit = 'dBm';
|
||||
$unit_long = '';
|
||||
$unit_long = 'dBm';
|
||||
|
||||
require 'includes/graphs/device/sensor.inc.php';
|
Reference in New Issue
Block a user