diff --git a/html/includes/graphs/device/dBm.inc.php b/html/includes/graphs/device/dbm.inc.php similarity index 100% rename from html/includes/graphs/device/dBm.inc.php rename to html/includes/graphs/device/dbm.inc.php diff --git a/html/includes/graphs/sensor/dbm.inc.php b/html/includes/graphs/sensor/dbm.inc.php new file mode 100644 index 000000000..a4ea9191f --- /dev/null +++ b/html/includes/graphs/sensor/dbm.inc.php @@ -0,0 +1,20 @@ + diff --git a/html/pages/device/health.inc.php b/html/pages/device/health.inc.php index 4cc842980..97244c836 100644 --- a/html/pages/device/health.inc.php +++ b/html/pages/device/health.inc.php @@ -27,7 +27,7 @@ if ($volts) { $datas[] = 'voltage'; } if ($freqs) { $datas[] = 'frequency'; } if ($current) { $datas[] = 'current'; } if ($power) { $datas[] = 'power'; } -if ($dBm) { $datas[] = 'dBm'; } +if ($dBm) { $datas[] = 'dbm'; } $type_text['overview'] = "Overview"; $type_text['temperature'] = "Temperature"; @@ -41,7 +41,7 @@ $type_text['fanspeed'] = "Fanspeed"; $type_text['frequency'] = "Frequency"; $type_text['current'] = "Current"; $type_text['power'] = "Power"; -$type_text['dBm'] = "dBm"; +$type_text['dbm'] = "dBm"; $link_array = array('page' => 'device', 'device' => $device['device_id'], diff --git a/html/pages/device/health/dbm.inc.php b/html/pages/device/health/dbm.inc.php new file mode 100644 index 000000000..4d264d98f --- /dev/null +++ b/html/pages/device/health/dbm.inc.php @@ -0,0 +1,9 @@ + diff --git a/html/pages/device/overview.inc.php b/html/pages/device/overview.inc.php index 79aca9613..067290c29 100644 --- a/html/pages/device/overview.inc.php +++ b/html/pages/device/overview.inc.php @@ -85,11 +85,13 @@ if(is_array($entity_state['group']['c6kxbar'])) { include("overview/c6kxbar.inc. include("overview/sensors/temperatures.inc.php"); include("overview/sensors/humidity.inc.php"); include("overview/sensors/fanspeeds.inc.php"); +include("overview/sensors/dbm.inc.php"); include("overview/sensors/voltages.inc.php"); include("overview/sensors/current.inc.php"); include("overview/sensors/power.inc.php"); include("overview/sensors/frequencies.inc.php"); + echo("