mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Refreshed visually the Device overview page
This commit is contained in:
@@ -7,12 +7,12 @@ unset($icon);
|
||||
$icon = geteventicon($entry['message']);
|
||||
if ($icon) { $icon = "<img src='images/16/$icon'>"; }
|
||||
|
||||
echo("<tr style=\"background-color: $bg\">
|
||||
<td width=0></td>
|
||||
<td class=syslog width=140>
|
||||
echo("<tr\">
|
||||
<td></td>
|
||||
<td>
|
||||
".$entry['humandate']."
|
||||
</td>
|
||||
<td class=syslog>");
|
||||
<td>");
|
||||
|
||||
if ($entry['type'] == "interface") {
|
||||
$entry['link'] = "<b>".generate_port_link(getifbyid($entry['reference']))."</b>";
|
||||
@@ -23,4 +23,4 @@ echo("<tr style=\"background-color: $bg\">
|
||||
<td></td>
|
||||
</tr>");
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user