improve NeuxsWebGuard

This commit is contained in:
xiaomlove
2022-07-04 14:41:27 +08:00
parent 7d87f34ca4
commit ea94c0f738
16 changed files with 33 additions and 22 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class TorrentTrend extends LineChartWidget
return [
'datasets' => [
[
'label' => 'Torrent',
'label' => __('label.torrent.label'),
'data' => $data->map(fn (TrendValue $value) => $value->aggregate),
],
],