mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-25 15:54:45 +02:00
Easier to understand
This commit is contained in:
parent
6689e796a7
commit
f201a5eaf6
@ -34,11 +34,10 @@ class EditNode extends EditRecord
|
|||||||
Forms\Components\Placeholder::make('instructions')
|
Forms\Components\Placeholder::make('instructions')
|
||||||
->columnSpanFull()
|
->columnSpanFull()
|
||||||
->content(new HtmlString('
|
->content(new HtmlString('
|
||||||
This file should be placed in your daemon\'s root directory
|
Save this file to your <span title="usually /etc/pelican/">daemon\'s root directory</span>, named <code>config.yml</code>
|
||||||
(usually <code>/etc/pelican</code>) in a file called <code>config.yml</code>.
|
|
||||||
')),
|
')),
|
||||||
Forms\Components\Textarea::make('config')
|
Forms\Components\Textarea::make('config')
|
||||||
->label('Configuration File')
|
->label('/etc/pelican/config.yml')
|
||||||
->disabled()
|
->disabled()
|
||||||
->rows(19)
|
->rows(19)
|
||||||
->hintAction(CopyAction::make())
|
->hintAction(CopyAction::make())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user