Marius Burkard
2016-01-15 a713050f095c7b94c29b8e7ccadd71bcab1af4eb
interface/web/vm/form/openvz_ip.tform.php
@@ -77,10 +77,9 @@
      'ip_address' => array (
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'validators' => array (  0 => array ( 'type' => 'ISIPV4',
               'errmsg'=> 'ip_error_wrong'),
            1 => array ( 'type' => 'UNIQUE',
               'errmsg'=> 'ip_error_unique'),
         'validators' => array (
            0 => array ( 'type' => 'ISIP', 'errmsg'=> 'ip_error_wrong'),
            1 => array ( 'type' => 'UNIQUE', 'errmsg'=> 'ip_error_unique'),
         ),
         'default' => '',
         'value'  => '',