15 lines
409 B
Smarty
15 lines
409 B
Smarty
<div class="tab-pane active" id="tab_cron">
|
|
<table class="table table-hover table-condensed" style="overflow: auto;">
|
|
<tr>
|
|
<th>class</th>
|
|
<th>min</th>
|
|
<th>hour</th>
|
|
<th>day</th>
|
|
<th>day_week</th>
|
|
<th>month</th>
|
|
<th>last_run</th>
|
|
<th>status</th>
|
|
</tr>
|
|
${content}
|
|
</table>
|
|
</div> |