mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
fix sensor icons on device overview
git-svn-id: http://www.observium.org/svn/observer/trunk@2056 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
$graph_type = "sensor_fanspeed";
|
||||
$sensor_class = "fanspeed";
|
||||
$sensor_unit = "rpm";
|
||||
$sensor_type = "Fanspeeds";
|
||||
$sensor_type = "Fanspeed";
|
||||
|
||||
include('pages/device/overview/generic/sensor.inc.php');
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
$graph_type = "sensor_frequency";
|
||||
$sensor_class = "freq";
|
||||
$sensor_unit = "Hz";
|
||||
$sensor_type = "Frequencies";
|
||||
$sensor_type = "Frequency";
|
||||
|
||||
include('pages/device/overview/generic/sensor.inc.php');
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
$graph_type = "sensor_temperature";
|
||||
$sensor_class = "temperature";
|
||||
$sensor_unit = "°C";
|
||||
$sensor_type = "Temperatures";
|
||||
$sensor_type = "Temperature";
|
||||
|
||||
include('pages/device/overview/generic/sensor.inc.php');
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
$graph_type = "sensor_voltage";
|
||||
$sensor_class = "voltage";
|
||||
$sensor_unit = "V";
|
||||
$sensor_type = "Voltages";
|
||||
$sensor_type = "Voltage";
|
||||
|
||||
include('pages/device/overview/generic/sensor.inc.php');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user