mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
change humandate to datetime in eventlog.
git-svn-id: http://www.observium.org/svn/observer/trunk@34 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -15,7 +15,7 @@ if($bg == $list_colour_a) { $bg = $list_colour_b; } else { $bg=$list_colour_a; }
|
||||
echo("<tr style=\"background-color: $bg\">
|
||||
<td width=0></td>
|
||||
<td class=syslog width=180>
|
||||
$entry[humandate]
|
||||
$entry[datetime]
|
||||
</td>");
|
||||
if(!$_GET[id] && !$overview) {
|
||||
$dev['id'] = $entry['host'];
|
||||
|
Reference in New Issue
Block a user