mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02:00
remove support for GIF OS-icons, but add support to override OS icon through database, suitable for radlan devices and probably/possibly other OEMables
git-svn-id: http://www.observium.org/svn/observer/trunk@3087 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -15,9 +15,8 @@ if ($device['disabled'] == '1')
|
||||
}
|
||||
|
||||
$type = strtolower($device['os']);
|
||||
unset($image);
|
||||
|
||||
$image = getImage($device['device_id']);
|
||||
$image = getImage($device);
|
||||
|
||||
echo('
|
||||
<tr bgcolor="'.$device_colour.'" class="'.$class.'">
|
||||
|
||||
Reference in New Issue
Block a user