mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-06 11:02:40 +01:00
10 lines
252 B
Plaintext
10 lines
252 B
Plaintext
@model IEnumerable<NzbDrone.Core.Repository.IndexerDefinition>
|
|
@section TitleContent{
|
|
Indexers
|
|
}
|
|
@section MainContent{
|
|
@{Html.Telerik().Grid(Model).Name("Grid")
|
|
.TableHtmlAttributes(new { @class = "Grid" })
|
|
.Render();}
|
|
}
|