From 146421ee522f4d151a5d55f59764b2e43eddefad Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sat, 4 May 2024 15:20:10 -0400 Subject: [PATCH] Add suggestions for egg features --- app/Filament/Resources/EggResource/Pages/CreateEgg.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Filament/Resources/EggResource/Pages/CreateEgg.php b/app/Filament/Resources/EggResource/Pages/CreateEgg.php index d99a7e277..e6b57ef57 100644 --- a/app/Filament/Resources/EggResource/Pages/CreateEgg.php +++ b/app/Filament/Resources/EggResource/Pages/CreateEgg.php @@ -48,7 +48,9 @@ class CreateEgg extends CreateRecord ->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]), Forms\Components\TagsInput::make('features') ->placeholder('Add Feature') + ->suggestions(['eula', 'java_version', 'pid_limit', 'gsl_token', 'steam_disk_space']) ->helperText('') + ->splitKeys(['Tab', ' ', ',']) ->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]), Forms\Components\Toggle::make('force_outgoing_ip') ->helperText("Forces all outgoing network traffic to have its Source IP NATed to the IP of the server's primary allocation IP.