--- inc/rack_item.class.php     (revision 392)
+++ inc/rack_item.class.php     (working copy)
@@ -812,10 +812,15 @@
                         echo "<tr class='plugin_racks_device_peripherals_color'>";
                      } else if ($data["itemtype"]=='NetworkEquipmentModel') {
                         echo "<tr class='plugin_racks_device_networking_color'>";
                      } else if ($data["itemtype"]=='PluginRacksOtherModel') {
                         echo "<tr class='plugin_racks_device_others_color'>";
                      }
-                     echo "<td class='center'>U$name</td><td colspan='10'></td></tr>";
+                    if ($t==1){
+                            echo "<td class='center'>U$name</td><td rowspan='".($device_size-1)."' colspan='10'>";
+                            echo "</td></tr>";
+                    }else{
+                            echo "<td class='center'>U$name</td></tr>";
+                    }
                   }
                }
