overview improvements and smoe other fixes

git-svn-id: http://www.observium.org/svn/observer/trunk@2736 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-11-24 15:45:49 +00:00
parent cfd3e6d12f
commit 98630a84c4
5 changed files with 29 additions and 7 deletions

View File

@@ -60,9 +60,9 @@ foreach ($ports as $port)
<td width=200 class=list-bold><a href='" . generate_device_url($port) . "'>".$port['hostname']."</a></td>
<td width=150 class=list-bold><a class='".$ifclass."'href='" . generate_port_url($port) . "'>".fixIfName($port['label'])." $error_img</td>
<td width=110 >$speed</td>
<td width=110 class=green>".$port['in_rate']."</td>
<td width=110 class=blue>".$port['out_rate']."</td>
<td width=200>$type</td>
<td width=100 class=green>".$port['in_rate']."</td>
<td width=100 class=blue>".$port['out_rate']."</td>
<td width=150>$type</td>
<td>" . $port['ifAlias'] . "</td>
</tr>\n");