Explorar el Código

Se remueve del formulario OLT un campo enable.

Maxi Schvindt hace 7 años
padre
commit
21677836ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/FTTHBundle/Admin/OLTAdmin.php

+ 1 - 1
src/FTTHBundle/Admin/OLTAdmin.php

@@ -69,7 +69,7 @@ class OLTAdmin extends WorkflowBaseAdmin
                         ->add('snmpCommunity')
                         ->add('sshUser')
                         ->add('sshPass')
-                        ->add('enable')
+                        //->add('enable')
                     ->end()
                 ->end()
                 ->tab('stats')