Browse Source

FD3-576 Se agrega campo host en HostType

Espinoza Guillermo 6 years ago
parent
commit
fcea48e5d5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/HostBundle/Form/HostType.php

+ 3 - 0
src/HostBundle/Form/HostType.php

@@ -20,6 +20,9 @@ class HostType extends AbstractType
                 'required' => false,
             ])
             ->add('hostType')
+            ->add('host', null, [
+                'required' => false,
+            ])
             ->add('state')
             ->add('fixedIP', TextType::class, [
                 'required' => false,