diff --git a/NzbDrone.Web/Views/Log/Index.cshtml b/NzbDrone.Web/Views/Log/Index.cshtml index 9a57feaa7..ceb863d0a 100644 --- a/NzbDrone.Web/Views/Log/Index.cshtml +++ b/NzbDrone.Web/Views/Log/Index.cshtml @@ -50,7 +50,7 @@ oTable = $('#logGrid').dataTable({ "sAjaxSource": "Log/AjaxBinding", - "bProcessing": true, + "bProcessing": false, "bServerSide": true, "bShowAll": false, "bPaginate": true, @@ -63,7 +63,7 @@ "sPaginationType": "four_button", "aoColumns": [ { sWidth: '150px', "mDataProp": "Time" }, //Time - {sWidth: '80px', "mDataProp": "Level" }, //Level + {sWidth: '50px', "mDataProp": "Level" }, //Level {sWidth: '240px', "mDataProp": "Source" }, //Source {sWidth: 'auto', "mDataProp": "Message", "bSortable": false }, //Message {sWidth: 'auto', "mDataProp": "Details", "bSortable": false, "bVisible": false, "fnRender": function (row) { diff --git a/NzbDrone.Web/Views/Series/Index.cshtml b/NzbDrone.Web/Views/Series/Index.cshtml index a902e901f..9155b500e 100644 --- a/NzbDrone.Web/Views/Series/Index.cshtml +++ b/NzbDrone.Web/Views/Series/Index.cshtml @@ -100,10 +100,13 @@ -
-
- - Are you sure you want to delete ''? +
+
+
+
+ + Are you sure you want to delete ''? +
@section Scripts{