зеркало из https://github.com/mozilla/MozDef.git
increased density on the menu from css changes allows moar dashboards on the menu
This commit is contained in:
Родитель
b8ffb3a21d
Коммит
9bb85f63c8
|
@ -204,7 +204,7 @@ if (Meteor.isServer) {
|
|||
});
|
||||
|
||||
Meteor.publish("kibanadashboards", function () {
|
||||
return kibanadashboards.find({},{sort:{name:1}, limit:20});
|
||||
return kibanadashboards.find({},{sort:{name:1}, limit:30});
|
||||
});
|
||||
|
||||
//access rules from clients
|
||||
|
|
Загрузка…
Ссылка в новой задаче