Allow this to be changed

This commit is contained in:
Lance Pioch 2024-04-29 22:42:04 -04:00
parent 2982757649
commit 651b887a0e

View File

@ -60,6 +60,10 @@ class EditEgg extends EditRecord
Enabling this option will disable internal networking for any servers using this egg, causing them to be unable to internally access other servers on the same node."),
Forms\Components\Hidden::make('script_is_privileged')
->helperText('The docker images available to servers using this egg.'),
Forms\Components\TagsInput::make('tags')
->placeholder('Add Tags')
->helperText('')
->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]),
Forms\Components\TextInput::make('update_url')
->disabled()
->helperText('Not implemented.')