Quality now has sortable lists for configuring Profiles, saving not implemented yet.

This commit is contained in:
markus101
2011-02-05 18:52:49 -08:00
parent be6bdbc483
commit 6d790f8939
9 changed files with 177 additions and 32 deletions
+1 -1
View File
@@ -1,4 +1,5 @@
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
<%@ Import Namespace="NzbDrone.Core.Repository.Quality" %>
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
Settings
@@ -10,6 +11,5 @@
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<% Html.RenderPartial(ViewData["viewName"].ToString()); %>
</asp:Content>