diff --git a/src/Cacic/CommonBundle/Resources/views/Computador/resultadoColetar.html.twig b/src/Cacic/CommonBundle/Resources/views/Computador/resultadoColetar.html.twig new file mode 100644 index 0000000..b68af6b --- /dev/null +++ b/src/Cacic/CommonBundle/Resources/views/Computador/resultadoColetar.html.twig @@ -0,0 +1,49 @@ +
+
+
+

{{'Resultado da pesquisa' |trans }}

+
+ + + + + + + + + + + + + + + + + {% for computador in computadores %} + + + + + + + + + {% else %} + + + + {% endfor %} + + + +
{{ "Nome da Máquina"|trans }}{{ "Endereço IP"|trans }}{{ "MAC Address"|trans }}
{{ computador['nmComputador'] }}{{ computador['teIpComputador'] }}{{ computador['teNodeAddress'] }} + + + {{ "Coletar"|trans }} + +
{{ "NENHUM REGISTRO ENCONTRADO!"|trans }}
+ +
+
+
+
-- libgit2 0.21.2