Added system/config ui rss job only runs enabled jobs fixed wrong mappings for indexers in settingscontrollerpull/2/head
parent
8ec72ed432
commit
fd32a04d45
@ -0,0 +1,9 @@
|
||||
@model IEnumerable<NzbDrone.Core.Repository.Config>
|
||||
@section TitleContent{
|
||||
Config
|
||||
}
|
||||
@section MainContent{
|
||||
@{Html.Telerik().Grid(Model).Name("Grid")
|
||||
.TableHtmlAttributes(new { @class = "Grid" })
|
||||
.Render();}
|
||||
}
|
Loading…
Reference in new issue