Revision 309d7ed2 ui/templates/machines.html

b/ui/templates/machines.html
471 471
// create tabs for main menu
472 472
$("ul.tabs").tabs("div.panes ul");
473 473

  
474
$(window).resize(function(){
475
    if (this.innerHeight - 240 < $('#machinesview').height())
476
        $('.confirm_multiple').addClass('fixed');
477
    else
478
        $('.confirm_multiple').removeClass('fixed');
479
});
480

  
474 481
</script>

Also available in: Unified diff