1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-26 09:47:39 +00:00
Sonarr/NzbDrone.Web/Views/System/Indexers.cshtml
2011-12-09 21:08:10 -08:00

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();}