mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			200 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			200 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
tileMap = [ ${tileSequence} ];
 | 
						|
<#if resized == true>
 | 
						|
	ajaxViewer.resize('main_panel', ${width}, ${height}, ${tileWidth}, ${tileHeight}); 
 | 
						|
</#if>
 | 
						|
ajaxViewer.refresh('${imgUrl}', tileMap, false);
 | 
						|
  |