mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Search devices using display field as well (#14714)
This commit is contained in:
@@ -67,7 +67,7 @@ class DeviceController extends TableController
|
||||
|
||||
protected function searchFields($request)
|
||||
{
|
||||
return ['sysName', 'hostname', 'hardware', 'os', 'locations.location'];
|
||||
return ['sysName', 'hostname', 'display', 'hardware', 'os', 'locations.location'];
|
||||
}
|
||||
|
||||
protected function sortFields($request)
|
||||
|
Reference in New Issue
Block a user