소스 검색

FD3-660 Update cablemodem form type

Espinoza Guillermo 7 년 전
부모
커밋
6b5dd8ed9b
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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')
+            ;
     }
 
     /**