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:
		@@ -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