mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
status_logs_filter_summary make the info box open on initial page load
This commit is contained in:
parent
b9adcf8bfe
commit
0a7d86bd90
@ -157,7 +157,7 @@ print("<br />");
|
||||
$infomsg = sprintf(gettext('This is a summary of the last %1$s lines of the firewall log (Max %2$s).'), $gotlines, $lines);
|
||||
?>
|
||||
<div>
|
||||
<div id="infoblock">
|
||||
<div id="infoblock_open">
|
||||
<?=print_info_box($infomsg, 'info');?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user