// limit output, try to keep max X records on screen. $("#grid-log > tbody > tr:gt("+max_rows+")").remove();
// limit output, try to keep max X records on screen. $('#grid-log > tbody > tr:hidden').remove(); $("#grid-log > tbody > tr:gt("+max_rows+")").remove();
opnsense-patch -a kulikov-a dd37ff3