Make the dashboard more responsive

This commit is contained in:
Frédéric Guillot
2014-12-28 16:06:09 -05:00
parent e59be3dc02
commit 823a945c93
3 changed files with 33 additions and 25 deletions

View File

@@ -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';