View Issue Details

IDProjectCategoryView StatusLast Update
367RackTablesdefaultpublic2010-09-16 14:32
Reporteruser174Assigned Toinfrastation  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.4 
Fixed in Version0.18.5 
Summary367: Missing vertical alignement class in rackview
DescriptionWhen viewing a rack, left portlet is top valigned, right has no class and so is aligned "middle". Thus if left portlet is higher than right (lots of pictures for example), we have to scroll to see thye rack.

Patch attached.
TagsNo tags attached.

Activities

2010-09-15 08:51

 

fix-rackspace-valign.patch (354 bytes)   
--- upstream/RackTables-0.18.4/inc/interface.php	2010-07-09 17:07:24.000000000 +0200
+++ public_html/inc/interface.php	2010-09-15 10:45:38.000000000 +0200
@@ -3416,7 +3416,7 @@
 	echo '</td>';
 
 	// Right column with rendered rack.
-	echo '<td>';
+	echo '<td class=pcright>';
 	startPortlet ('Rack diagram');
 	renderRack ($rack_id);
 	finishPortlet();
fix-rackspace-valign.patch (354 bytes)   
infrastation

infrastation

2010-09-16 14:32

administrator   ~0000133

This fix will be available in release 0.18.5, thank you.

Issue History

Date Modified Username Field Change
2010-09-15 08:51 user174 New Issue
2010-09-15 08:51 user174 File Added: fix-rackspace-valign.patch
2010-09-16 14:31 infrastation Status new => assigned
2010-09-16 14:31 infrastation Assigned To => infrastation
2010-09-16 14:32 infrastation Note Added: 0000133
2010-09-16 14:32 infrastation Status assigned => closed
2010-09-16 14:32 infrastation Resolution open => fixed
2010-09-16 14:32 infrastation Fixed in Version => 0.18.5