mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
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:
@@ -121,7 +121,7 @@ if ($_GET['status'] == "alerted")
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo('<table cellpadding="7" cellspacing="0" class="devicetable sortable" width="100%">
|
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);
|
$device_query = mysql_query($sql);
|
||||||
while ($device = mysql_fetch_assoc($device_query))
|
while ($device = mysql_fetch_assoc($device_query))
|
||||||
|
|||||||
Reference in New Issue
Block a user