mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
More config pages have been added. AJAX to save. Order with jquery sortable.
Some RssFeed Parsing has been implemented, it does not currently download items, still need to perform a more verbose episode check.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<dynamic>" %>
|
||||
|
||||
<%@ Import Namespace="Telerik.Web.Mvc.UI" %>
|
||||
|
||||
<%
|
||||
Html.Telerik().Menu().Name("Menu").Items(items => {items.Add().Text("General").Action("General", "Settings"); })
|
||||
.Items(items => items.Add().Text("Indexers").Action("Indexers", "Settings"))
|
||||
.Items(items => items.Add().Text("Downloads").Action("Downloads", "Settings"))
|
||||
.Render();
|
||||
%>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user