Search devices using display field as well (#14714)

This commit is contained in:
Gilles Depeyrot
2022-12-09 17:25:42 +01:00
committed by GitHub
parent 3a035257b5
commit ceb8a02a99
2 changed files with 5 additions and 5 deletions

View File

@@ -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)