mirror of
https://github.com/v2board/v2board.git
synced 2025-01-25 15:39:10 +08:00
fix: server charts
This commit is contained in:
parent
fcafb65ce9
commit
bc9b3b6e76
@ -103,6 +103,7 @@ class StatController extends Controller
|
||||
->where('record_at', '>=', $timestamp)
|
||||
->where('record_type', 'd')
|
||||
->limit(10)
|
||||
->orderBy('record_at', 'DESC')
|
||||
->get()
|
||||
->toArray();
|
||||
foreach ($statistics as $k => $v) {
|
||||
|
2
public/assets/admin/umi.js
vendored
2
public/assets/admin/umi.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user