interface/web/vm/form/openvz_vm.tform.php
@@ -314,11 +314,25 @@ 'width' => '30', 'maxlength' => '255' ), 'iptables' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'TEXT', 'default' => '', 'value' => '', 'width' => '30', 'maxlength' => '255' ), //################################# // ENDE Datatable fields //################################# ) ); $form["tabs"]['additional_ip'] = array ( 'title' => "Additional IP", 'width' => 100, 'template' => "templates/openvz_vm_additional_ip_edit.htm", ); }