Tidied up eventlog on various pages to use bootstrap

This commit is contained in:
laf
2014-02-28 22:02:39 +00:00
parent 997dc3dad3
commit 5a995022dc
4 changed files with 34 additions and 11 deletions

View File

@@ -7,14 +7,14 @@ unset($icon);
$icon = geteventicon($entry['message']);
if ($icon) { $icon = '<img src="images/16/' . $icon . '" />'; }
echo('<tr class="eventlog">
<td class="syslog" width="160">
echo('<tr>
<td>
' . $entry['datetime'] . '
</td>');
if (!isset($vars['device'])) {
$dev = device_by_id_cache($entry['host']);
echo("<td class=list-bold width=150>
echo("<td>
" . generate_device_link($dev, shorthost($dev['hostname'])) . "
</td>");
}