Refreshed visually the Device overview page

This commit is contained in:
laf
2014-02-26 22:33:45 +00:00
parent 997dc3dad3
commit 54c3b7bc14
16 changed files with 279 additions and 180 deletions

View File

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