mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 21:56:06 +00:00
5 lines
221 B
Text
5 lines
221 B
Text
@model IEnumerable<NzbDrone.Core.Repository.IndexerDefinition>
|
|
@{ViewBag.Title = "Indexers";}
|
|
@{Html.Telerik().Grid(Model).Name("Grid")
|
|
.TableHtmlAttributes(new { @class = "Grid" })
|
|
.Render();}
|