Hide this

This commit is contained in:
Lance Pioch 2024-05-04 15:19:40 -04:00
parent ec0882cd14
commit 3d2b18140a

View File

@ -61,7 +61,7 @@ class CreateEgg extends CreateRecord
Forms\Components\Hidden::make('script_is_privileged') Forms\Components\Hidden::make('script_is_privileged')
->default(true) ->default(true)
->helperText('The docker images available to servers using this egg.'), ->helperText('The docker images available to servers using this egg.'),
Forms\Components\TextInput::make('update_url') Forms\Components\Hidden::make('update_url')
->disabled() ->disabled()
->helperText('Not implemented.') ->helperText('Not implemented.')
->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]), ->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]),