mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user