mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 10:24:45 +02:00
Set defaults
This commit is contained in:
parent
99693367d3
commit
a9a39ae502
@ -129,6 +129,7 @@ class EggResource extends Resource
|
||||
{
|
||||
return $table
|
||||
->searchable(false)
|
||||
->defaultPaginationPageOption(25)
|
||||
->columns([
|
||||
Tables\Columns\TextColumn::make('id')
|
||||
->label('Id')
|
||||
|
@ -127,6 +127,7 @@ class ServerResource extends Resource
|
||||
->columnSpanFull(),
|
||||
|
||||
Forms\Components\Select::make('egg_id')
|
||||
->disabledOn('edit')
|
||||
->prefixIcon('tabler-egg')
|
||||
->columnSpan(2)
|
||||
->relationship('egg', 'name')
|
||||
|
Loading…
x
Reference in New Issue
Block a user