Sign in
apache
/
cloudstack
/
76528f37f12996d7ea00f3fbf63f7eb5626105bc
/
.
/
console-proxy
/
ui
/
viewer-update.ftl
blob: 2217a136bcfcf0bde2c8f2f509a9ed8df9125d5e [
file
]
tileMap
=
[
$
{
tileSequence
}
];
<#
if
resized
==
true
>
ajaxViewer
.
resize
(
'main_panel'
,
$
{
width
},
$
{
height
},
$
{
tileWidth
},
$
{
tileHeight
});
</#
if
>
ajaxViewer
.
refresh
(
'${imgUrl}'
,
tileMap
,
false
);