luckily, at least ONE person knows what he's doing

git-svn-id: http://www.observium.org/svn/observer/trunk@2113 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-04-20 17:00:09 +00:00
parent 1abe2f37b1
commit a9a3845f7b
+1 -1
View File
@@ -121,7 +121,7 @@ if ($_GET['status'] == "alerted")
}
echo('<table cellpadding="7" cellspacing="0" class="devicetable sortable" width="100%">
<tr class="tablehead"><th></th><th>Device</th><th></th><th>Operating System</th><th>Platform</th><th>Uptime</th><th>Location</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_assoc($device_query))