mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-16 15:28:11 +02:00
parent
a9b5624212
commit
59eda8f9c4
@ -48,7 +48,7 @@ class SuggestController extends ActionController
|
||||
}
|
||||
}
|
||||
|
||||
$containing = array_slice(array_merge($begins, $matches), 0, 30);
|
||||
$containing = array_slice(array_merge($begins, $matches), 0, 100);
|
||||
$suggestions = $containing;
|
||||
|
||||
if ($func === 'suggestHostFilterColumns' || $func === 'suggestHostaddresses') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user