Commit b281878de4aa8e3a1c4e4cdf9e92bebfcd9f0347
1 parent
83b0df81
Exists in
master
and in
1 other branch
Alterando tema de formulário
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Cacic/CommonBundle/Resources/views/Usuario/index.html.twig
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | <p>{{ "Neste módulo deverão ser cadastrados os usuários que acessarão o sistema"|trans }}</p> |
20 | 20 | <br /> |
21 | 21 | |
22 | - <table class="table table-striped table-bordered"> | |
22 | + <table class="display datatable" id="datatable"> | |
23 | 23 | <thead> |
24 | 24 | <tr> |
25 | 25 | <th width="15%">Login</th> | ... | ... |