This warning is no longer true

This commit is contained in:
Dane Everitt 2020-04-12 16:02:09 -07:00
parent 3c8e9ebfa5
commit 07381da8fb
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -30,11 +30,6 @@
</ul>
</div>
</div>
<div class="col-xs-12">
<div class="alert alert-info">
<strong>Notice:</strong> Editing an Egg or any of the Process Management fields <em>requires</em> that each Daemon be rebooted in order to apply the changes.
</div>
</div>
</div>
<form action="{{ route('admin.nests.egg.view', $egg->id) }}" enctype="multipart/form-data" method="POST">
<div class="row">
@ -167,11 +162,6 @@
</div>
</div>
</div>
<div class="col-xs-12">
<div class="alert alert-info">
<strong>Notice:</strong> Editing an Egg or any of the Process Management fields <em>requires</em> that each Daemon be rebooted in order to apply the changes.
</div>
</div>
</div>
</form>
@endsection