mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 14:24:46 +02:00
Fix #462
This commit is contained in:
parent
7557dc1c8d
commit
212c93c2ba
@ -64,8 +64,7 @@ class EditDatabaseHost extends EditRecord
|
|||||||
->helperText('The password for the database user.')
|
->helperText('The password for the database user.')
|
||||||
->password()
|
->password()
|
||||||
->revealable()
|
->revealable()
|
||||||
->maxLength(255)
|
->maxLength(255),
|
||||||
->required(),
|
|
||||||
Select::make('node_id')
|
Select::make('node_id')
|
||||||
->searchable()
|
->searchable()
|
||||||
->preload()
|
->preload()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user