mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-29 08:27:23 +08:00
improve NeuxsWebGuard
This commit is contained in:
@@ -33,7 +33,7 @@ class TorrentTrend extends LineChartWidget
|
||||
return [
|
||||
'datasets' => [
|
||||
[
|
||||
'label' => 'Torrent',
|
||||
'label' => __('label.torrent.label'),
|
||||
'data' => $data->map(fn (TrendValue $value) => $value->aggregate),
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user