mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
forgot setting typeahead_limit option for dash
This commit is contained in:
@@ -35,6 +35,7 @@ if ($type == 'placeholder') {
|
||||
elseif (is_file('includes/common/'.$type.'.inc.php')) {
|
||||
|
||||
$results_limit = 10;
|
||||
$typeahead_limit = $config['webui']['global_search_result_limit'];
|
||||
$no_form = true;
|
||||
$title = ucfirst($type);
|
||||
$unique_id = str_replace(array("-","."),"_",uniqid($type,true));
|
||||
|
Reference in New Issue
Block a user