mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -41,9 +41,7 @@ class InventoryController implements DeviceTab
|
||||
|
||||
if ($device->entityPhysical()->exists()) {
|
||||
$this->type = 'entphysical';
|
||||
}
|
||||
|
||||
if ($device->hostResources()->exists()) {
|
||||
} elseif ($device->hostResources()->exists()) {
|
||||
$this->type = 'hrdevice';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user