Commit caf760a68cffaa615e5beffd4aa1ecd47524b217
1 parent
4ce51b45
Exists in
master
inserindo último usuário logado
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
src/Cacic/CommonBundle/Resources/views/Computador/detalhar.html.twig
... | ... | @@ -32,8 +32,10 @@ |
32 | 32 | <td colspan="3">{{ computador.nmComputador }}</td> |
33 | 33 | </tr> |
34 | 34 | <tr> |
35 | - <th width="20%">{{ 'Sistema Operacional'|trans }}</th> | |
36 | - <td colspan="3">{{ computador.idSo }}</td> | |
35 | + <th>{{ 'Sistema Operacional'|trans }}</th> | |
36 | + <td>{{ computador.idSo }}</td> | |
37 | + <th>{{ 'Último usuário logado'|trans }}</th> | |
38 | + <td>{{ ultimoAcesso.usuario }}</td> | |
37 | 39 | </tr> |
38 | 40 | <tr> |
39 | 41 | <th width="10%">{{ 'Endereço TCP/IP'|trans }}</th> | ... | ... |