dc218ee6 by vanisha

datatable issue fixed.

1 parent 5a1e5bee
......@@ -29,19 +29,19 @@
<td class="center-class">{{log}}</td>
</tr>
{{/tablecontents}}
{{^tablecontents}}
<tr><td colspan="4"><center>No cron files were run today!!!</center></td></tr>
{{/tablecontents}}
</tbody>
</tbody>
</table>
</div>
<script>
$('#view_logs_entries_table').dataTable({
dom: 'Bfrtip',
"pageLength": 30,
"lengthChange": false,
lengthMenu: [[30, 50, 100], [30, 50, 100]]
$('#view_logs_entries_table').DataTable({
dom: 'lBfrtip',
"pageLength": 30,
"lengthChange": false,
lengthMenu: [[10, 25, 50, 100],[10, 25, 50, 100]],
"language": {
"emptyTable": "No records found."
}
});
</script>
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!