diff --git a/html/includes/common/syslog.inc.php b/html/includes/common/syslog.inc.php index 87eb4c04df..a28b487742 100644 --- a/html/includes/common/syslog.inc.php +++ b/html/includes/common/syslog.inc.php @@ -5,6 +5,7 @@ $common_output[] = ' + @@ -21,7 +22,11 @@ var syslog_grid = $("#syslog").bootgrid({ { return { id: "syslog", - device: "' .mres($vars['device']) .'", + device: "'.mres($vars['device']) .'", + program: "'.mres($vars['program']).'", + priority: "'.mres($vars['priority']).'", + to: "'.mres($vars['to']).'", + from: "'.mres($vars['from']).'", }; }, url: "ajax_table.php" diff --git a/html/pages/syslog.inc.php b/html/pages/syslog.inc.php index c94101bff9..6407074d3f 100644 --- a/html/pages/syslog.inc.php +++ b/html/pages/syslog.inc.php @@ -10,103 +10,82 @@ if ($vars['action'] == 'expunge' && $_SESSION['userlevel'] >= '10') { } $pagetitle[] = 'Syslog'; + +print_optionbar_start(); + ?> -
-
  Datetime Hostname Program
- - - - - - - - - -
 DatetimeHostnameProgramMessage
+ +
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+
+

+
+
+ + +