diff --git a/html/pages/bill/history.inc.php b/html/pages/bill/history.inc.php
index c40781bb30..5880d3a705 100644
--- a/html/pages/bill/history.inc.php
+++ b/html/pages/bill/history.inc.php
@@ -102,7 +102,8 @@
".print_percentage_bar(250, 20, $perc, NULL, "ffffff", $background['left'], $percent."%", "ffffff", $background['right'])." |
-
+
+
|
");
diff --git a/includes/discovery/entity-sensor.inc.php b/includes/discovery/entity-sensor.inc.php
index 3d9fc8425c..6df920d557 100644
--- a/includes/discovery/entity-sensor.inc.php
+++ b/includes/discovery/entity-sensor.inc.php
@@ -31,6 +31,8 @@ $entitysensor['hertz'] = "freq";
$entitysensor['percentRH'] = "humidity";
$entitysensor['rpm'] = "fanspeed";
$entitysensor['celsius'] = "temperature";
+$entitysensor['dBm'] = "dbm";
+
if (is_array($oids))
{