Index: trunk/extensions/DataCenter/Views/Plans/Rack.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | // Gets structure of plan |
29 | 29 | $structure = $plan->getStructure( |
30 | 30 | DataCenterDB::buildSort( |
31 | | - 'link', 'asset', array( 'orientation', 'z DESC' ) |
| 31 | + 'link', 'asset', array( 'orientation DESC', 'z DESC' ) |
32 | 32 | ) |
33 | 33 | ); |
34 | 34 | // Gets objects from rack in structure |