Commit 3c9f0ca3a95a12cbba2d1feec5aa16ff86548e2d

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

corriginto relatório de computadores monitorados por sistema operacional

src/Cacic/CommonBundle/Controller/DefaultController.php
@@ -16,7 +16,7 @@ class DefaultController extends Controller @@ -16,7 +16,7 @@ class DefaultController extends Controller
16 $estatisticas = array( 16 $estatisticas = array(
17 'totalCompMonitorados' => $this->getDoctrine()->getRepository('CacicCommonBundle:Computador')->countAll(), 17 'totalCompMonitorados' => $this->getDoctrine()->getRepository('CacicCommonBundle:Computador')->countAll(),
18 'totalInsucessosInstalacao' => $this->getDoctrine()->getRepository('CacicCommonBundle:InsucessoInstalacao')->countAll(), 18 'totalInsucessosInstalacao' => $this->getDoctrine()->getRepository('CacicCommonBundle:InsucessoInstalacao')->countAll(),
19 - 'totalCompPorSO' => $this->getDoctrine()->getRepository('CacicCommonBundle:Computador')->countPorSO(), 19 + 'totalCompPorSO' => $this->getDoctrine()->getRepository('CacicCommonBundle:Computador')->countPorSO30Dias(),
20 'totalComp' => $this->getDoctrine()->getRepository('CacicCommonBundle:LogAcesso')->countPorComputador() 20 'totalComp' => $this->getDoctrine()->getRepository('CacicCommonBundle:LogAcesso')->countPorComputador()
21 ); 21 );
22 22