mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update syslog page
Brings Syslog page HTML in line with Eventlog page.
This commit is contained in:
@ -5,6 +5,7 @@ $common_output[] = '
|
||||
<table id="syslog" class="table table-hover table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-column-id="priority"> </th>
|
||||
<th data-column-id="timestamp" data-order="desc">Datetime</th>
|
||||
<th data-column-id="device_id">Hostname</th>
|
||||
<th data-column-id="program">Program</th>
|
||||
@ -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"
|
||||
|
Reference in New Issue
Block a user