From 6756eb653439298e02d04a4472bab46f1e70eae6 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 2 Sep 2011 16:34:39 -0700 Subject: [PATCH] Added grid sorting to history grid rebind. --- NzbDrone.Web/Views/History/Index.cshtml | 1 + 1 file changed, 1 insertion(+) 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) {