mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
Merge pull request #3219 from richardlawley/increase-alert-suggestions
Increase rule suggestions to 20
This commit is contained in:
@@ -257,7 +257,8 @@ $('#suggest').typeahead({
|
||||
valueKey: name,
|
||||
templates: {
|
||||
suggestion: Handlebars.compile('<p> {{name}}</p>')
|
||||
}
|
||||
},
|
||||
limit: 20
|
||||
});
|
||||
|
||||
var map_devices = new Bloodhound({
|
||||
|
||||
Reference in New Issue
Block a user