mirror of https://github.com/Aidaho12/haproxy-wi
v.3.4.9
parent
321a09c7bd
commit
1a62761b8f
|
@ -231,6 +231,9 @@ function showOverviewServer(name,ip,id) {
|
||||||
$(".div-pannel").css('height', '70px');
|
$(".div-pannel").css('height', '70px');
|
||||||
$("#div-pannel-"+id).insertBefore('#up-pannel')
|
$("#div-pannel-"+id).insertBefore('#up-pannel')
|
||||||
$("#ajax-server-"+id).html(data);
|
$("#ajax-server-"+id).html(data);
|
||||||
|
$([document.documentElement, document.body]).animate({
|
||||||
|
scrollTop: $("#ajax-server-"+id).offset().top
|
||||||
|
}, 200);
|
||||||
$("#ajax-server-"+id).addClass( "update", 1000 );
|
$("#ajax-server-"+id).addClass( "update", 1000 );
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$("#ajax-server-"+id).removeClass( "update" );
|
$("#ajax-server-"+id).removeClass( "update" );
|
||||||
|
|
|
@ -95,7 +95,7 @@ pre {
|
||||||
margin-left: 207px;
|
margin-left: 207px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
/* position: fixed; */
|
clear: both;
|
||||||
}
|
}
|
||||||
.footer-div {
|
.footer-div {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue