Updates bringing forms / tables inline with Bootstrap v3, also adds Global search box

This commit is contained in:
laf
2014-01-13 10:05:19 +00:00
parent e3f23a1009
commit fc7404a3c4
35 changed files with 1409 additions and 1077 deletions

View File

@@ -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);