diff --git a/html/images/os/generic.png b/html/images/os/generic.png deleted file mode 100644 index dfbc4b23d0..0000000000 Binary files a/html/images/os/generic.png and /dev/null differ diff --git a/html/images/os/generic.svg b/html/images/os/generic.svg new file mode 100644 index 0000000000..365a5c0b07 --- /dev/null +++ b/html/images/os/generic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/includes/functions.php b/includes/functions.php index 27a5e80a3c..46817a4461 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -292,7 +292,7 @@ function getImageName($device, $use_database = true, $dir = 'images/os/') } // fallback to the generic icon - return 'generic.png'; + return 'generic.svg'; } function renamehost($id, $new, $source = 'console')