summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-27 00:57:23 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-27 00:57:23 -0800
commitf8d4f5a85e8296409b12ba574008a8d510b2d07a (patch)
tree336d4bb939b124660d307f5a2740547442c3aab5 /src
parent312085250d5a4de98b988c236d328025f0f4e519 (diff)
downloadpfsense-f8d4f5a85e8296409b12ba574008a8d510b2d07a.zip
pfsense-f8d4f5a85e8296409b12ba574008a8d510b2d07a.tar.gz
Status / System Logs / Firewall / Dynamic View - Mode Force Comments
Add comments when forcing formatted/raw mode.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/local/www/status_logs_filter_dynamic.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/local/www/status_logs_filter_dynamic.php b/src/usr/local/www/status_logs_filter_dynamic.php
index 636ebe8..118ff7e 100755
--- a/src/usr/local/www/status_logs_filter_dynamic.php
+++ b/src/usr/local/www/status_logs_filter_dynamic.php
@@ -131,8 +131,11 @@ if ($system_logs_manage_log_form_hidden) {
}
-// Log Filter Submit - Firewall
+// Force the formatted mode filter and form. Raw mode is not applicable in the dynamic view.
$rawfilter = false;
+
+
+// Log Filter Submit - Firewall
filter_form_firewall();
@@ -403,7 +406,9 @@ function toggleListDescriptions() {
<div class="panel-heading">
<h2 class="panel-title">
<?php
+ // Force the raw mode table panel title so that JQuery can update it dynamically.
$rawfilter = true;
+
print(system_log_table_panel_title());
?>
<?=" " . gettext('Pause') . " "?><input type="checkbox" onclick="javascript:toggle_pause();" />
OpenPOWER on IntegriCloud