mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@ -86,11 +86,11 @@ class SyslogController extends TableController
|
||||
|
||||
return [
|
||||
'timestamp' => $syslog->timestamp,
|
||||
'level' => $syslog->level,
|
||||
'level' => htmlentities($syslog->level),
|
||||
'device_id' => $device ? \LibreNMS\Util\Url::deviceLink($device, $device->shortDisplayName()) : '',
|
||||
'program' => htmlentities($syslog->program),
|
||||
'msg' => htmlentities($syslog->msg),
|
||||
'priority' => $syslog->priority,
|
||||
'priority' => htmlentities($syslog->priority),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
8
html/css/select2-bootstrap.min.css
vendored
8
html/css/select2-bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user