mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-30 12:14:15 +01: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();}
|
|
}
|