mirror of https://github.com/apache/cloudstack.git
but 7309: fix console proxy thumbnail disappearing problem. (merge from 2.2.beta1 branch to master branch)
This commit is contained in:
parent
2e00c539b7
commit
1ce538b6a9
|
|
@ -780,7 +780,10 @@ function updateHostStateInMidMenu(jsonObj, $midmenuItem1) {
|
|||
function enableConsoleHover($viewConsoleTemplate) {
|
||||
var imgUrl = $viewConsoleTemplate.data("imgUrl");
|
||||
var time = new Date();
|
||||
$viewConsoleTemplate.find("#box1").hide().css("background", "url("+imgUrl+"&t="+time.getTime()+")");
|
||||
|
||||
$viewConsoleTemplate.find("#box0").css("background", "url("+imgUrl+"&t="+time.getTime()+")");
|
||||
$viewConsoleTemplate.find("#box1").css("background", "url("+imgUrl+"&t="+time.getTime()+")");
|
||||
|
||||
var index = 0;
|
||||
$viewConsoleTemplate.everyTime(2000, function() {
|
||||
var time = new Date();
|
||||
|
|
|
|||
Loading…
Reference in New Issue