Improve rows for second table
authorJoey Schulze <joey@infodrom.org>
Tue, 22 Jan 2013 23:50:03 +0000 (00:50 +0100)
committerJoey Schulze <joey@infodrom.org>
Tue, 22 Jan 2013 23:50:03 +0000 (00:50 +0100)
masks/hardware/component.php

index 90b11e2..876a405 100644 (file)
@@ -187,7 +187,6 @@ EOC;
 $mask = array(
              'table' => 'hw_component',
              'title' => 'Komponenten',
-             'rows' => 30,
              'list' => array(
                              'id' => array(
                                            'name' => 'ID',
@@ -294,6 +293,7 @@ $mask = array(
              'second' => array(
                        'title' => 'Verwendung',
                        'table' => 'hw_screw',
+                       'rows' => 10,
                        'join' => array(
                                        'hw_compound ON compound = hw_compound.id',
                                        ),