Skip to content

Commit

Permalink
Update log.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Jan 8, 2015
1 parent 0a97363 commit e8f664b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/log.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</div>
</div>
<div class="col-sm-9 col-md-10 table-container">
<table class="table table-striped">
<table id="table-log" class="table table-striped">
<thead>
<tr>
<th>Level</th>
Expand Down Expand Up @@ -95,7 +95,7 @@
<script src="//cdn.datatables.net/plug-ins/9dcbecd42ad/integration/bootstrap/3/dataTables.bootstrap.js"></script>
<script>
$(document).ready(function(){
$('table').DataTable({
$('#table-log').DataTable({
"order": [ 1, 'desc' ]
});
$('.table-container').on('click', '.expand', function(){
Expand Down

0 comments on commit e8f664b

Please sign in to comment.