mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
improve approval notify + add approval_status filter
This commit is contained in:
@@ -12,6 +12,8 @@ class TorrentTrend extends LineChartWidget
|
||||
{
|
||||
protected static ?int $sort = 4;
|
||||
|
||||
protected static ?string $pollingInterval = null;
|
||||
|
||||
protected function getHeading(): ?string
|
||||
{
|
||||
return __('dashboard.torrent_trend.page_title');
|
||||
|
||||
@@ -14,6 +14,8 @@ class UserTrend extends LineChartWidget
|
||||
|
||||
protected static ?int $sort = 3;
|
||||
|
||||
protected static ?string $pollingInterval = null;
|
||||
|
||||
protected function getHeading(): ?string
|
||||
{
|
||||
return __('dashboard.user_trend.page_title');
|
||||
|
||||
Reference in New Issue
Block a user