mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updates bringing forms / tables inline with Bootstrap v3, also adds Global search box
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
if (device_permitted($entry['device_id']))
|
||||
{
|
||||
echo("<tr class=\"syslog\">
|
||||
<td width=0></td>");
|
||||
echo("<tr class=\"syslog\">");
|
||||
|
||||
$entry['hostname'] = shorthost($entry['hostname'], 20);
|
||||
|
||||
|
Reference in New Issue
Block a user