Till Brehm
2016-05-24 a775b024c9929f720771830c15e8b77303595cc0
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'  => '',