From 823a945c9398bdfad2cbd6b9c816d5f494041b72 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 28 Dec 2014 16:06:09 -0500 Subject: Make the dashboard more responsive --- app/Controller/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller') diff --git a/app/Controller/App.php b/app/Controller/App.php index 56e81179..87b4ccbe 100644 --- a/app/Controller/App.php +++ b/app/Controller/App.php @@ -148,7 +148,7 @@ class App extends Base */ private function getProjectPagination(array $project_ids, $paginate, $offset, $order, $direction) { - $limit = 5; + $limit = 10; if (! in_array($order, array('id', 'name'))) { $order = 'name'; -- cgit v1.2.3