mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 05:04:44 +02:00
Better icon
This commit is contained in:
parent
51bb60c3b1
commit
6ed85cfdc6
@ -39,7 +39,7 @@ class ListUsers extends ListRecords
|
|||||||
->visibleFrom('md')
|
->visibleFrom('md')
|
||||||
->label('Admin')
|
->label('Admin')
|
||||||
->boolean()
|
->boolean()
|
||||||
->trueIcon('tabler-star')
|
->trueIcon('tabler-star-filled')
|
||||||
->falseIcon('tabler-star-off')
|
->falseIcon('tabler-star-off')
|
||||||
->sortable(),
|
->sortable(),
|
||||||
Tables\Columns\IconColumn::make('use_totp')->label('2FA')
|
Tables\Columns\IconColumn::make('use_totp')->label('2FA')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user