mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Updates bringing forms / tables inline with Bootstrap v3, also adds Global search box
This commit is contained in:
@@ -8,7 +8,6 @@ $icon = geteventicon($entry['message']);
|
||||
if ($icon) { $icon = '<img src="images/16/' . $icon . '" />'; }
|
||||
|
||||
echo('<tr class="eventlog">
|
||||
<td width="0"></td>
|
||||
<td class="syslog" width="160">
|
||||
' . $entry['datetime'] . '
|
||||
</td>');
|
||||
|
||||
Reference in New Issue
Block a user