From ef0bc777715fc22d6ce7839ec0116d520bd0f153 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 27 Jan 2017 23:06:31 +0000 Subject: [PATCH] Added the new labels to the search --- Ombi.UI/Content/search.js | 5 ++-- Ombi.UI/Views/Search/Index.cshtml | 38 +++++++++++++++++++------------ 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/Ombi.UI/Content/search.js b/Ombi.UI/Content/search.js index cf31aba0f..fde3077e4 100644 --- a/Ombi.UI/Content/search.js +++ b/Ombi.UI/Content/search.js @@ -472,9 +472,10 @@ $(function () { approved: result.approved, available: result.available, url: result.plexUrl, - trailer: result.trailer, + trailer: result.trailer, homepage: result.homepage, - releaseDate: Humanize(result.releaseDate) + releaseDate: Humanize(result.releaseDate), + status: result.status }; return context; diff --git a/Ombi.UI/Views/Search/Index.cshtml b/Ombi.UI/Views/Search/Index.cshtml index d1190ddb1..db5b25dd9 100644 --- a/Ombi.UI/Views/Search/Index.cshtml +++ b/Ombi.UI/Views/Search/Index.cshtml @@ -283,7 +283,7 @@ -