--- /home/bgomoluch/racktables/RackTables-0.20.1/wwwroot/inc/interface.php	2012-10-04 14:06:14.000000000 +0200
+++ ./interface.php	2012-11-06 15:21:23.065324466 +0100
@@ -2068,7 +2068,17 @@
 				echo "<td>${obj['asset_no']}</td>";
 				$places = array();
 				if ($obj['container_id'])
-					$places[] = mkA ($obj['container_name'], 'object', $obj['container_id']);
+				{
+					if($obj['container_name']=='')
+					{
+					    $container = spotEntity('object',$obj['container_id']);
+					    $cname = $container['dname'];
+					}
+					else
+					    $cname = $obj['container_name'];
+					                            
+					$places[] = mkA ($cname, 'object', $obj['container_id']);
+				}
 				elseif (! array_key_exists ($obj['id'], $mountinfo))
 					$places[] = 'Unmounted';
 				else
