mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-25 05:24:44 +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')
|
||||
->columnSpanFull()
|
||||
->content(new HtmlString('
|
||||
This file should be placed in your daemon\'s root directory
|
||||
(usually <code>/etc/pelican</code>) in a file called <code>config.yml</code>.
|
||||
Save this file to your <span title="usually /etc/pelican/">daemon\'s root directory</span>, named <code>config.yml</code>
|
||||
')),
|
||||
Forms\Components\Textarea::make('config')
|
||||
->label('Configuration File')
|
||||
->label('/etc/pelican/config.yml')
|
||||
->disabled()
|
||||
->rows(19)
|
||||
->hintAction(CopyAction::make())
|
||||
|
Loading…
x
Reference in New Issue
Block a user