Commit 7f43b17209ad91bc57eb5b0a81e50c28a7d74ee2
1 parent
a91bd069
Exists in
master
and in
1 other branch
alterando template
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/Cacic/CommonBundle/Resources/views/Log/insucessoResultado.html.twig
@@ -4,15 +4,15 @@ | @@ -4,15 +4,15 @@ | ||
4 | <h2 class="box_head round_top"><i class="icon-list"></i> {{'Resultado da pesquisa' |trans }}</h2> | 4 | <h2 class="box_head round_top"><i class="icon-list"></i> {{'Resultado da pesquisa' |trans }}</h2> |
5 | <div class="block box_content round_bottom padding_10"> | 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 | <thead> | 8 | <thead> |
9 | <tr> | 9 | <tr> |
10 | - <th width="5%" style="text-align: center"></th> | 10 | + <th width="2%" style="text-align: center"></th> |
11 | <th width="20%">{{ "Data"|trans }}</th> | 11 | <th width="20%">{{ "Data"|trans }}</th> |
12 | <th width="10%">{{ "Local/Rede"|trans }}</th> | 12 | <th width="10%">{{ "Local/Rede"|trans }}</th> |
13 | <th width="10%">{{ "Estacao"|trans }}</th> | 13 | <th width="10%">{{ "Estacao"|trans }}</th> |
14 | - <th width="20%">{{ "Sistema Operacional"|trans }}</th> | ||
15 | - <th width="10%">{{ "Usuário"|trans }}</th> | 14 | + <th width="15%">{{ "Sistema Operacional"|trans }}</th> |
15 | + <th width="18%">{{ "Usuário"|trans }}</th> | ||
16 | <th width="10%">{{ "Motivo"|trans }}</th> | 16 | <th width="10%">{{ "Motivo"|trans }}</th> |
17 | </tr> | 17 | </tr> |
18 | </thead> | 18 | </thead> |