Fix device list page.

git-svn-id: http://www.observium.org/svn/observer/trunk@53 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2007-04-04 10:33:12 +00:00
parent e8ba26c033
commit 249b755550
3 changed files with 7 additions and 18 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ while($device = mysql_fetch_array($device_query)) {
if($loc != "") {
echo("<table border=0 cellspacing=0 cellpadding=7 class=devicetable width=100%>
<tr bgcolor='$bg'>
<td class=interface width=300><a class='list-bold' href='?page=list&location=$device[location]'>$loc</a></td>
<td class=interface width=300><a class='list-bold' href='?page=devices&location=$device[location]'>$loc</a></td>
<td width='100'>$alert</td>
<td width='100'>$num devices</td>
<td width='100'>$net network</td>