diff --git a/html/includes/dev-overview-data.inc.php b/html/includes/dev-overview-data.inc.php
index 2994bd479..6c8729e84 100644
--- a/html/includes/dev-overview-data.inc.php
+++ b/html/includes/dev-overview-data.inc.php
@@ -7,22 +7,22 @@
$uptime = $device['uptime'];
- if(is_file("images/devices/" . $device['hardware'] . ".gif"))
- {
- $dev_img = "
";
- }
- elseif (is_file("images/devices/" . $device['hardware'] . ".jpg"))
- {
- $dev_img = "";
- }
- elseif (is_file("images/devices/" . $device['hardware'] . ".png"))
- {
- $dev_img = "";
- }
- else
- {
- $dev_img = '';
- }
+# if(is_file("images/devices/" . $device['hardware'] . ".gif"))
+# {
+# $dev_img = "";
+# }
+# elseif (is_file("images/devices/" . $device['hardware'] . ".jpg"))
+# {
+# $dev_img = "";
+# }
+# elseif (is_file("images/devices/" . $device['hardware'] . ".png"))
+# {
+# $dev_img = "";
+# }
+# else
+# {
+# $dev_img = '';
+# }
if ($device['os'] == "ios") { formatCiscoHardware($device); }
if ($device['features']) { $device['features'] = "(".$device['features'].")"; }