mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 15:34:44 +02:00
Better phrasing
This commit is contained in:
parent
7d0fc80a80
commit
d642987df4
@ -215,6 +215,7 @@ class ServerResource extends Resource
|
|||||||
Forms\Components\Repeater::make('allocation_additional')
|
Forms\Components\Repeater::make('allocation_additional')
|
||||||
->label('Additional Allocations')
|
->label('Additional Allocations')
|
||||||
->columnSpan(2)
|
->columnSpan(2)
|
||||||
|
->addActionLabel('Add Allocation')
|
||||||
->disabled(fn (Forms\Get $get) => $get('allocation_id') === null)
|
->disabled(fn (Forms\Get $get) => $get('allocation_id') === null)
|
||||||
// ->addable() TODO disable when all allocations are taken
|
// ->addable() TODO disable when all allocations are taken
|
||||||
// ->addable() TODO disable until first additional allocation is selected
|
// ->addable() TODO disable until first additional allocation is selected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user