Commit ae1c349ebff3d18dfe9a1999ef7c8ff6704d099c

Authored by Bruno Menezes
1 parent e005851d
Exists in master and in 1 other branch 3.1

Correção de Lista de Usb Device cadastrados

src/Cacic/CommonBundle/Resources/views/UsbDevice/index.html.twig
... ... @@ -20,11 +20,11 @@
20 20 <p>{{ "Neste módulo deverão ser cadastrados os USB device do sistema"|trans }}</p>
21 21 <br />
22 22  
23   - <table class="table table-striped table-bordered">
  23 + <table class="display datatable" id="datatable">
24 24 <thead>
25 25 <tr>
26   - <th width="40%"style="text-align: center">{{ "Fabricante"|trans }}</th>
27   - <th width="45%"style="text-align: center">{{ "Dispositivo"|trans }}</th>
  26 + <th width="40%"style="text-align: center">{{ "Dispositivo"|trans }}</th>
  27 + <th width="45%"style="text-align: center">{{ "Fabricante"|trans }}</th>
28 28 <th style="text-align: center">{{ "Ações"|trans }}</th>
29 29 </tr>
30 30 </thead>
... ... @@ -56,11 +56,6 @@
56 56 </tbody>
57 57 </table>
58 58  
59   - {# display navigation #}
60   - <div class="navigation">
61   - {{ knp_pagination_render(UsbDevice) }}
62   - </div>
63   -
64 59 <div align="right">
65 60 <a class="btn btn-primary bt-adicionar" href="{{ path('cacic_usbdevice_cadastrar') }}">
66 61 <i class="icon-plus-sign"></i>
... ...