mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
This commit is contained in:
parent
9c1cde002c
commit
43c68d463d
@ -93,7 +93,7 @@ define(function(require) {
|
||||
colored_log +
|
||||
"</div>" +
|
||||
"</div>");
|
||||
$(".vm_log_container", context).animate({scrollTop:"500px"}, "slow");
|
||||
$(".vm_log_container", context).animate({scrollTop: $('.vm_log_container').prop("scrollHeight")}, "slow");
|
||||
|
||||
},
|
||||
error: function(request, error_json) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user