Datatables wired up on series grid

This commit is contained in:
Mark McDowall
2013-02-13 00:32:17 -06:00
committed by kay.one
parent 2a72063c19
commit 1671fd1776
24 changed files with 12335 additions and 45 deletions
@@ -23,7 +23,8 @@ namespace NzbDrone.Web.Backbone.NzbDrone
APP_PATH + "\\Content\\Bootstrap\\bootstrap.less",
APP_PATH + "\\Content\\base.css",
APP_PATH + "\\Content\\menu.css",
APP_PATH + "\\AddSeries\\addSeries.css"
APP_PATH + "\\AddSeries\\addSeries.css",
APP_PATH + "\\Content\\jquery.dataTables.bootstrap.css"
},
bundle => bundle.AddReference("/" + FONTS));