Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16766 | Rev 16985 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16766 Rev 16948
Línea 61... Línea 61...
61
                'id' 			=> 'admin_hostname',
61
                'id' 			=> 'admin_hostname',
62
            ]
62
            ]
63
        ]);
63
        ]);
Línea 64... Línea 64...
64
        
64
        
-
 
65
        $this->add([
-
 
66
            'name' => 'service_hostname',
-
 
67
            'type' => \Laminas\Form\Element\Text::class,
-
 
68
            'attributes' => [
-
 
69
                'maxlength' 	=> 250,
-
 
70
                'id' 			=> 'service_hostname',
-
 
71
            ]
-
 
72
        ]);
-
 
73
        
-
 
74
        
-
 
75
        
65
        $this->add([
76
        $this->add([
66
            'name' => 'status',
77
            'name' => 'status',
67
            'type' => \Laminas\Form\Element\Checkbox::class,
78
            'type' => \Laminas\Form\Element\Checkbox::class,
68
            'attributes' => [
79
            'attributes' => [
69
                'id' 			=> 'status',
80
                'id' 			=> 'status',