summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-19 20:01:26 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-19 20:01:26 -0500
commit0b965ed9e9ea15ade8da14dfab095af232406334 (patch)
tree5b152c702bba2f1493f50ec13c3481c5c5806be3 /src
parente6d97c6e14f21fc1160dc47a53a97328583c87ae (diff)
downloadpfsense-0b965ed9e9ea15ade8da14dfab095af232406334.zip
pfsense-0b965ed9e9ea15ade8da14dfab095af232406334.tar.gz
Fixed #5489
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/diag_logs_filter_summary.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_logs_filter_summary.php b/src/usr/local/www/diag_logs_filter_summary.php
index e4bf969..d5d09b1 100644
--- a/src/usr/local/www/diag_logs_filter_summary.php
+++ b/src/usr/local/www/diag_logs_filter_summary.php
@@ -265,6 +265,7 @@ foreach ($filterlog as $fe) {
}
}
+$pgtitle = array(gettext("Sysytem"), gettext("System logs"), gettext("Firewall"), gettext("Summary"));
include("head.inc");
$tab_array = array();
@@ -287,8 +288,9 @@ $tab_array[] = array(gettext("Dynamic View"), false, "/diag_logs_filter_dynamic.
$tab_array[] = array(gettext("Summary View"), true, "/diag_logs_filter_summary.php");
display_top_tabs($tab_array, false, 'nav nav-tabs');
-$infomsg = sprintf('This is a firewall log summary, of the last %1$s lines of the firewall log (Max %2$s).', $gotlines, $lines);
-print_info_box($infomsg);
+print("<br />");
+$infomsg = sprintf('This is a summary, of the last %1$s lines of the firewall log (Max %2$s).', $gotlines, $lines);
+print_info_box($infomsg, info);
?>
<script src="d3pie/d3pie.min.js"></script>
OpenPOWER on IntegriCloud