Skip to content

Commit 0bb0d5d

Browse files
committed
make clear that daemon must be rebooted after editing
1 parent 8144535 commit 0bb0d5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/themes/pterodactyl/admin/services/options/view.blade.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
</div>
4848
<form action="{{ route('admin.services.option.view', $option->id) }}" method="POST">
4949
<div class="row">
50+
<div class="col-xs-12">
51+
<div class="callout callout-info">
52+
<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.
53+
</div>
54+
</div>
5055
<div class="col-xs-12">
5156
<div class="box">
5257
<div class="box-header with-border">

0 commit comments

Comments
 (0)