Commit 505228f20cb811cbbe462245a42eaed66fdc879b
1 parent
366cd130
Exists in
master
and in
1 other branch
Alterando template <table class="display datatable" id="datatable">
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Cacic/CommonBundle/Resources/views/Log/atividadeResultado.html.twig
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <h2 class="box_head round_top"><i class="icon-list"></i> {{'Resultado da pesquisa' |trans }}</h2> |
5 | 5 | <div class="block box_content round_bottom padding_10"> |
6 | 6 | |
7 | - <table class="table table-striped table-bordered"> | |
7 | + <table class="display datatable" id="datatable"> | |
8 | 8 | <thead> |
9 | 9 | <tr> |
10 | 10 | <th width="5%"></th> | ... | ... |