mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
Allow this to be changed
This commit is contained in:
parent
2982757649
commit
651b887a0e
@ -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."),
|
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')
|
Forms\Components\Hidden::make('script_is_privileged')
|
||||||
->helperText('The docker images available to servers using this egg.'),
|
->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')
|
Forms\Components\TextInput::make('update_url')
|
||||||
->disabled()
|
->disabled()
|
||||||
->helperText('Not implemented.')
|
->helperText('Not implemented.')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user