mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #62 from laf/issue-61
Stop print-syslog.inc.php from shortening hostnames
This commit is contained in:
@ -4,7 +4,8 @@ if (device_permitted($entry['device_id']))
|
||||
{
|
||||
echo("<tr class=\"syslog\">");
|
||||
|
||||
$entry['hostname'] = shorthost($entry['hostname'], 20);
|
||||
// Stop shortening hostname. Issue #61
|
||||
//$entry['hostname'] = shorthost($entry['hostname'], 20);
|
||||
|
||||
if ($vars['page'] != "device")
|
||||
{
|
||||
|
Reference in New Issue
Block a user