From d642987df4202e1e7d9d4b6248dfa98505f79043 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Wed, 17 Apr 2024 01:32:47 -0400 Subject: [PATCH] Better phrasing --- app/Filament/Resources/ServerResource.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Filament/Resources/ServerResource.php b/app/Filament/Resources/ServerResource.php index d5fc4dfea..e11fbd02a 100644 --- a/app/Filament/Resources/ServerResource.php +++ b/app/Filament/Resources/ServerResource.php @@ -215,6 +215,7 @@ class ServerResource extends Resource Forms\Components\Repeater::make('allocation_additional') ->label('Additional Allocations') ->columnSpan(2) + ->addActionLabel('Add Allocation') ->disabled(fn (Forms\Get $get) => $get('allocation_id') === null) // ->addable() TODO disable when all allocations are taken // ->addable() TODO disable until first additional allocation is selected