mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix ports page sort (oops!)
git-svn-id: http://www.observium.org/svn/observer/trunk@2598 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -321,7 +321,7 @@ switch ($vars['sort'])
|
||||
$query_sort = " ORDER BY D.hostname, I.ifIndex ASC";
|
||||
}
|
||||
|
||||
$query = "SELECT * FROM `ports` AS I, `devices` AS D WHERE I.device_id = D.device_id ".$where." ".$query_sort." DESC";
|
||||
$query = "SELECT * FROM `ports` AS I, `devices` AS D WHERE I.device_id = D.device_id ".$where." ".$query_sort;
|
||||
|
||||
$row = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user