improved devices page

git-svn-id: http://www.observium.org/svn/observer/trunk@1717 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong 2010-09-26 22:48:48 +00:00
parent 038bc8c20e
commit 7be6007d48
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<td width="40" align="center" valign="middle">' . $image . '</td>
<td width="300"><span style="font-weight: bold; font-size: 14px;">' . generate_device_link($device) . '</span>
<br />' . $device['sysName'] . '</td>
<td>');
<td width=55>');
if($port_count) { echo(' <img src="images/icons/port.png" align=absmiddle> '.$port_count); }
echo('<br />');

View File

@ -117,7 +117,7 @@ if ($_GET['status'] == "alerted") {
}
echo('<table cellpadding="7" cellspacing="0" class="devicetable" width="100%">
<tr class="tablehead"><th></th><th>Device</th><th>Operating System</th><th>Platform</th><th>Uptime</th></tr>');
<tr class="tablehead"><th></th><th>Device</th><th></th><th>Operating System</th><th>Platform</th><th>Uptime</th></tr>');
$device_query = mysql_query($sql);
while ($device = mysql_fetch_array($device_query)) {