mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 15:34:44 +02:00
Rename to owner
This commit is contained in:
parent
8311669e6c
commit
cf44e46490
@ -120,6 +120,7 @@ class ServerResource extends Resource
|
|||||||
->sortable(),
|
->sortable(),
|
||||||
Tables\Columns\TextColumn::make('user.username')
|
Tables\Columns\TextColumn::make('user.username')
|
||||||
->icon('tabler-user')
|
->icon('tabler-user')
|
||||||
|
->label('Owner')
|
||||||
->url(fn (Server $server): string => route('filament.admin.resources.users.edit', ['record' => $server->user]))
|
->url(fn (Server $server): string => route('filament.admin.resources.users.edit', ['record' => $server->user]))
|
||||||
->sortable(),
|
->sortable(),
|
||||||
Tables\Columns\SelectColumn::make('allocation.id')
|
Tables\Columns\SelectColumn::make('allocation.id')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user