mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +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_at', '>=', $timestamp)
|
||||||
->where('record_type', 'd')
|
->where('record_type', 'd')
|
||||||
->limit(10)
|
->limit(10)
|
||||||
|
->orderBy('record_at', 'DESC')
|
||||||
->get()
|
->get()
|
||||||
->toArray();
|
->toArray();
|
||||||
foreach ($statistics as $k => $v) {
|
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