mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-11 13:32:42 +01:00
fd32a04d45
Added system/config ui rss job only runs enabled jobs fixed wrong mappings for indexers in settingscontroller
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
@model IEnumerable<NzbDrone.Core.Repository.Config>
|
|
@section TitleContent{
|
|
Config
|
|
}
|
|
@section MainContent{
|
|
@{Html.Telerik().Grid(Model).Name("Grid")
|
|
.TableHtmlAttributes(new { @class = "Grid" })
|
|
.Render();}
|
|
}
|