make clear that daemon must be rebooted after editing
This commit is contained in:
parent
8144535b82
commit
0bb0d5df45
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@
|
||||||
</div>
|
</div>
|
||||||
<form action="{{ route('admin.services.option.view', $option->id) }}" method="POST">
|
<form action="{{ route('admin.services.option.view', $option->id) }}" method="POST">
|
||||||
<div class="row">
|
<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="col-xs-12">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
|
|
Loading…
Reference in a new issue