Files
WrenchBackOffice/application/views/bko/configure/extra/cron_jobs.php
T
dev-chiefworks 8681450708 Cron configure
2022-07-19 17:51:05 -04:00

17 lines
352 B
PHP

<div class="panel-heading">
<h6><b>Cron Jobs</b> </h6>
</div>
<div class="table-responsive">
<table class="table">
<tbody>
<tr>
<td >
<div id="reason_msg"></div>
<?= $cron_jobs_table ?>
</td>
</tr>
</tbody>
</table>
</div>