diff --git a/NzbDrone.Web/Views/History/Index.cshtml b/NzbDrone.Web/Views/History/Index.cshtml index 1f55d96ab..e0364869f 100644 --- a/NzbDrone.Web/Views/History/Index.cshtml +++ b/NzbDrone.Web/Views/History/Index.cshtml @@ -77,6 +77,7 @@ History function reloadHistoryGrid() { var grid = $('#history').data('tGrid'); grid.rebind(); + grid.sort("Date-desc"); } function deleteHistoryRow(historyId) {