Parcourir la source

FD3-660 Update cablemodem form type

Espinoza Guillermo il y a 7 ans
Parent
commit
6b5dd8ed9b
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      src/CablemodemBundle/Form/CablemodemType.php

+ 5 - 1
src/CablemodemBundle/Form/CablemodemType.php

@@ -34,7 +34,11 @@ class CablemodemType extends AbstractType
             ->add('profile')
             ->add('model')
             ->add('workflow')
-            ->add('location');
+            ->add('location')
+            ->add('fixedIP')
+            ->add('cpeFixedIP')
+            ->add('mtaFixedIP')
+            ;
     }
 
     /**