mempool overview start with white (like other overview panes)

git-svn-id: http://www.observium.org/svn/observer/trunk@2057 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-11 13:46:18 +00:00
parent 0cd820e8c0
commit c3d1ac1609
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ if (mysql_result(mysql_query("SELECT count(*) from processors WHERE device_id =
echo('<a class="sectionhead" href="device/'.$device['device_id'].'/health/processors/">');
echo("<img align='absmiddle' src='".$config['base_url']."/images/icons/processor.png'> Processors</a></p>");
echo("<table width=100% cellspacing=0 cellpadding=5>");
$i = '1';
$procs = mysql_query("SELECT * FROM `processors` WHERE device_id = '" . $device['device_id'] . "' ORDER BY processor_descr ASC");
while ($proc = mysql_fetch_assoc($procs))
{