diff --git a/html/pages/device/overview.inc.php b/html/pages/device/overview.inc.php index 8613c44d16..41f7b3c0cb 100644 --- a/html/pages/device/overview.inc.php +++ b/html/pages/device/overview.inc.php @@ -88,8 +88,9 @@ include("overview/sensors/temperatures.inc.php"); include("overview/sensors/humidity.inc.php"); include("overview/sensors/fanspeeds.inc.php"); include("overview/sensors/voltages.inc.php"); -include("overview/sensors/frequencies.inc.php"); include("overview/sensors/current.inc.php"); +include("overview/sensors/power.inc.php"); +include("overview/sensors/frequencies.inc.php"); echo("
"); diff --git a/html/pages/device/overview/sensors/power.inc.php b/html/pages/device/overview/sensors/power.inc.php new file mode 100644 index 0000000000..7bd262b7f5 --- /dev/null +++ b/html/pages/device/overview/sensors/power.inc.php @@ -0,0 +1,10 @@ +