mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +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);
|
|
|