From 89d22f2eb9acb15c1c489bc9b8c17c1ef58c076e Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 10 Sep 2012 23:46:56 -0700 Subject: [PATCH] Updated jobs view --- NzbDrone.Web/Views/System/Jobs.cshtml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/NzbDrone.Web/Views/System/Jobs.cshtml b/NzbDrone.Web/Views/System/Jobs.cshtml index e21a6d74e..9fb9a20cb 100644 --- a/NzbDrone.Web/Views/System/Jobs.cshtml +++ b/NzbDrone.Web/Views/System/Jobs.cshtml @@ -31,8 +31,7 @@ Type - Target - Secondary + Options @@ -92,8 +91,7 @@ "sPaginationType": "four_button", "aoColumns": [ { sWidth: 'auto', "mDataProp": "Type"}, //Type - { sWidth: '100px', "mDataProp": "Target" }, //Target - { sWidth: '100px', "mDataProp": "SecondaryTarget" }, //SecondaryTarget + { sWidth: '100px', "mDataProp": "Options" } //Options ] }); });