diff --git a/html/images/icons/generic.png b/html/images/icons/generic.png new file mode 100755 index 000000000..720a237c7 Binary files /dev/null and b/html/images/icons/generic.png differ diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 0fc7f6c6f..5368044d3 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -84,7 +84,7 @@ if ($_SESSION['userlevel'] >= '10') { foreach (dbFetchRows('SELECT `type`,COUNT(`type`) AS total_type FROM `devices` AS D WHERE 1 GROUP BY `type` ORDER BY `type`') as $devtype) { if (empty($devtype['type'])) { - $devtype['type'] = 'Generic'; + $devtype['type'] = 'generic'; } echo('
  • ' . ucfirst($devtype['type']) . '
  • '); }