mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 15:44:45 +02:00
Fix colspan
This commit is contained in:
parent
a7d8f3b79f
commit
a8532d1cd2
@ -67,7 +67,7 @@ class CreateNode extends CreateRecord
|
|||||||
->maxLength(191),
|
->maxLength(191),
|
||||||
|
|
||||||
Forms\Components\TextInput::make('daemonListen')
|
Forms\Components\TextInput::make('daemonListen')
|
||||||
->columns(1)
|
->columnSpan(1)
|
||||||
->label('Port')
|
->label('Port')
|
||||||
->helperText('If you are running the daemon behind Cloudflare you should set the daemon port to 8443 to allow websocket proxying over SSL.')
|
->helperText('If you are running the daemon behind Cloudflare you should set the daemon port to 8443 to allow websocket proxying over SSL.')
|
||||||
->minValue(0)
|
->minValue(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user