Add suggestions for egg features

This commit is contained in:
Lance Pioch 2024-05-04 15:20:10 -04:00
parent 9875942191
commit 146421ee52

View File

@ -48,7 +48,9 @@ class CreateEgg extends CreateRecord
->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]), ->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]),
Forms\Components\TagsInput::make('features') Forms\Components\TagsInput::make('features')
->placeholder('Add Feature') ->placeholder('Add Feature')
->suggestions(['eula', 'java_version', 'pid_limit', 'gsl_token', 'steam_disk_space'])
->helperText('') ->helperText('')
->splitKeys(['Tab', ' ', ','])
->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]), ->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]),
Forms\Components\Toggle::make('force_outgoing_ip') 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. ->helperText("Forces all outgoing network traffic to have its Source IP NATed to the IP of the server's primary allocation IP.