mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 15:34:44 +02:00
Add suggestions for egg features
This commit is contained in:
parent
9875942191
commit
146421ee52
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user