Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
increased density on the menu from css changes allows moar dashboards…
Browse files Browse the repository at this point in the history
… on the menu
  • Loading branch information
jeffbryner committed Jan 13, 2015
1 parent b8ffb3a commit 9bb85f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/app/lib/collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bb85f6

Please sign in to comment.