pull/145/head
Pavel Loginov 2019-09-22 21:39:52 +03:00
parent 321a09c7bd
commit 1a62761b8f
2 changed files with 4 additions and 1 deletions

View File

@ -231,6 +231,9 @@ function showOverviewServer(name,ip,id) {
$(".div-pannel").css('height', '70px');
$("#div-pannel-"+id).insertBefore('#up-pannel')
$("#ajax-server-"+id).html(data);
$([document.documentElement, document.body]).animate({
scrollTop: $("#ajax-server-"+id).offset().top
}, 200);
$("#ajax-server-"+id).addClass( "update", 1000 );
setTimeout(function() {
$("#ajax-server-"+id).removeClass( "update" );

View File

@ -95,7 +95,7 @@ pre {
margin-left: 207px;
margin-right: 20px;
border-top: 1px solid #ddd;
/* position: fixed; */
clear: both;
}
.footer-div {
display: block;