mirror of https://github.com/itflow-org/itflow
Add Cron Execution Notify placeholder to notifications
This commit is contained in:
parent
ef3c87f5d9
commit
bbdc83e57e
|
|
@ -164,6 +164,17 @@ require_once "inc_all_admin.php";
|
|||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
<div><i class="fas fa-fw fa-clock mr-2"></i>Cron Execution</div>
|
||||
<small class="text-secondary">(Notify when the nightly cron job ran)</small>
|
||||
</th>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
<div><i class="fas fa-fw fa-download mr-2"></i>ITFlow Updates</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue