mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
Updated default max search results to 100, #909
This commit is contained in:
parent
0cba818364
commit
f1125d64de
@ -20,7 +20,7 @@ function (_, crypto) {
|
||||
default_route : '/dashboard/file/default.json',
|
||||
playlist_timespan : "1m",
|
||||
unsaved_changes_warning : true,
|
||||
search : { max_results: 16 },
|
||||
search : { max_results: 100 },
|
||||
admin : {}
|
||||
};
|
||||
|
||||
|
@ -73,7 +73,7 @@ define(['settings'], function(Settings) {
|
||||
|
||||
// specify the limit for dashboard search results
|
||||
search: {
|
||||
max_results: 20
|
||||
max_results: 100
|
||||
},
|
||||
|
||||
// default home dashboard
|
||||
|
Loading…
Reference in New Issue
Block a user