make clear that daemon must be rebooted after editing
This commit is contained in:
parent
8144535b82
commit
0bb0d5df45
|
@ -47,6 +47,11 @@
|
|||
</div>
|
||||
<form action="{{ route('admin.services.option.view', $option->id) }}" method="POST">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="callout callout-info">
|
||||
<strong>Notice:</strong> Editing the Option Tag or any of the Process Management fields <em>requires</em> that each daemon be rebooted to apply the changes.
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<div class="box">
|
||||
<div class="box-header with-border">
|
||||
|
|
Loading…
Reference in New Issue