1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-05 23:12:22 +00:00
Sonarr/NzbDrone.Web/Views/System/Indexers.cshtml

6 lines
221 B
Text
Raw Normal View History

2011-07-08 03:27:11 +00:00
@model IEnumerable<NzbDrone.Core.Repository.IndexerDefinition>
@{ViewBag.Title = "Indexers";}
2011-12-01 05:25:01 +00:00
@{Html.Telerik().Grid(Model).Name("Grid")
.TableHtmlAttributes(new { @class = "Grid" })
.Render();}