Smaller dashboard number

This commit is contained in:
snipe
2016-08-23 18:52:12 -07:00
parent 90d2d0c7e1
commit fb402e138d
+1 -1
View File
@@ -32,7 +32,7 @@ class DashboardController extends Controller
$recent_activity = Actionlog::orderBy('created_at', 'DESC')
->with('accessorylog', 'consumablelog', 'licenselog', 'assetlog', 'adminlog', 'userlog', 'componentlog')
->take(30)
->take(20)
->get();