From 44432c85e5dc06b757f23c824ac0de0aa5a64a8e Mon Sep 17 00:00:00 2001 From: laf Date: Wed, 24 Jun 2015 16:53:10 +0100 Subject: [PATCH] Added load and state to device overview --- html/pages/device/overview.inc.php | 2 ++ html/pages/device/overview/sensors/load.inc.php | 8 ++++++++ html/pages/device/overview/sensors/state.inc.php | 8 ++++++++ 3 files changed, 18 insertions(+) create mode 100644 html/pages/device/overview/sensors/load.inc.php create mode 100644 html/pages/device/overview/sensors/state.inc.php diff --git a/html/pages/device/overview.inc.php b/html/pages/device/overview.inc.php index f414dd4e5b..9e6bbdb51c 100644 --- a/html/pages/device/overview.inc.php +++ b/html/pages/device/overview.inc.php @@ -48,6 +48,8 @@ include("overview/sensors/voltages.inc.php"); include("overview/sensors/current.inc.php"); include("overview/sensors/power.inc.php"); include("overview/sensors/frequencies.inc.php"); +include("overview/sensors/load.inc.php"); +include("overview/sensors/state.inc.php"); include("overview/eventlog.inc.php"); include("overview/services.inc.php"); include("overview/syslog.inc.php"); diff --git a/html/pages/device/overview/sensors/load.inc.php b/html/pages/device/overview/sensors/load.inc.php new file mode 100644 index 0000000000..989a305b9b --- /dev/null +++ b/html/pages/device/overview/sensors/load.inc.php @@ -0,0 +1,8 @@ +