prettier :)

git-svn-id: http://www.observium.org/svn/observer/trunk@2114 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-20 17:03:54 +00:00
parent a9a3845f7b
commit bfe7bc073c
2 changed files with 13 additions and 5 deletions
+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></tr>');
<tr class="tablehead"><th></th><th>Device</th><th></th><th>Operating System</th><th>Platform</th><th>Uptime/Location</th></tr>');
$device_query = mysql_query($sql);
while ($device = mysql_fetch_assoc($device_query))