mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Smaller dashboard number
This commit is contained in:
parent
90d2d0c7e1
commit
fb402e138d
|
@ -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();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue