mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
whoops, remove debug print
git-svn-id: http://www.observium.org/svn/observer/trunk@776 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -114,8 +114,6 @@ if ($_GET['status'] == "alerted") {
|
|||||||
$sql = "SELECT * FROM devices " . $device_alert_sql . " GROUP BY `device_id` ORDER BY `ignore`, `status`, `os`, `hostname`";
|
$sql = "SELECT * FROM devices " . $device_alert_sql . " GROUP BY `device_id` ORDER BY `ignore`, `status`, `os`, `hostname`";
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $sql;
|
|
||||||
|
|
||||||
echo('<table cellpadding="7" cellspacing="0" class="devicetable" width="100%">
|
echo('<table cellpadding="7" cellspacing="0" class="devicetable" width="100%">
|
||||||
<tr class="tablehead"><th></th><th>Device</th><th>Operating System</th><th>Platform</th><th>Uptime</th></tr>');
|
<tr class="tablehead"><th></th><th>Device</th><th>Operating System</th><th>Platform</th><th>Uptime</th></tr>');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user