';
echo '
';
echo '' . $icon . ' | ';
echo '' . $entry['humandate'] . ' | ';
if ($entry['type'] == 'interface') {
$entry['link'] = '' . generate_port_link(cleanPort(getifbyid($entry['reference']))) . '';
}
echo ''.$entry['link'].' | ';
echo '' . htmlspecialchars($entry['message']) . ' | ';
echo '
';