[admin] change filter position above content

This commit is contained in:
xiaomlove
2022-10-22 01:49:34 +08:00
parent f2010a9bda
commit 348112364c
20 changed files with 136 additions and 10 deletions
@@ -7,6 +7,7 @@ use App\Filament\Resources\Torrent\TorrentResource;
use Filament\Pages\Actions;
use Filament\Resources\Pages\ListRecords;
class ListTorrents extends PageList
{
protected static string $resource = TorrentResource::class;
@@ -17,4 +18,6 @@ class ListTorrents extends PageList
// Actions\CreateAction::make(),
];
}
}