diff --git a/html/images/icons/greyscale/network.png b/html/images/icons/greyscale/network.png index f54bf736c..b95432c41 100755 Binary files a/html/images/icons/greyscale/network.png and b/html/images/icons/greyscale/network.png differ diff --git a/html/images/icons/greyscale/system.png b/html/images/icons/greyscale/system.png index 720a237c7..7ecee2c91 100755 Binary files a/html/images/icons/greyscale/system.png and b/html/images/icons/greyscale/system.png differ diff --git a/html/pages/device.inc.php b/html/pages/device.inc.php index f2d2b1e7f..f21081b6b 100644 --- a/html/pages/device.inc.php +++ b/html/pages/device.inc.php @@ -37,15 +37,15 @@ echo(" } -if ((is_file($config['install_dir'] . "/html/pages/device/graphs/os-".$device['os'].".inc.php")) || - ($device['os_group'] && is_file($config['install_dir'] . "/html/pages/device/graphs/os-".$device['os_group'].".inc.php"))) -{ +#if ((is_file($config['install_dir'] . "/html/pages/device/graphs/os-".$device['os'].".inc.php")) || +# ($device['os_group'] && is_file($config['install_dir'] . "/html/pages/device/graphs/os-".$device['os_group'].".inc.php"))) +#{ echo('
  • Graphs
  • '); -} +#} $health = mysql_result(mysql_query("select count(*) from storage WHERE device_id = '" . $device['device_id'] . "'"), 0) + mysql_result(mysql_query("select count(sensor_id) from sensors WHERE device_id = '" . $device['device_id'] . "'"), 0) +