浏览代码

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')
+            ;
     }
 
     /**