mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix typo in FdbTablesController.php (#15477)
This commit is contained in:
@@ -46,7 +46,7 @@ class FdbTablesController extends TableController
|
||||
return [
|
||||
'port_id' => 'nullable|integer',
|
||||
'device_id' => 'nullable|integer',
|
||||
'serachby' => 'in:mac,vlan,dnsname,ip,description,first_seen,last_seen',
|
||||
'searchby' => 'in:mac,vlan,dnsname,ip,description,first_seen,last_seen',
|
||||
'dns' => 'nullable|in:true,false',
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user