mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 09:49:00 +00:00
9 lines
252 B
Text
9 lines
252 B
Text
@model IEnumerable<NzbDrone.Core.Repository.IndexerDefinition>
|
|
@section TitleContent{
|
|
Indexers
|
|
}
|
|
@section MainContent{
|
|
@{Html.Telerik().Grid(Model).Name("Grid")
|
|
.TableHtmlAttributes(new { @class = "Grid" })
|
|
.Render();}
|
|
}
|