2011-04-22 06:23:29 +00:00
|
|
|
@model IEnumerable<NzbDrone.Core.Repository.IndexerSetting>
|
2011-04-22 05:46:47 +00:00
|
|
|
@section TitleContent{
|
2011-04-22 06:23:29 +00:00
|
|
|
Indexers
|
2011-04-22 05:46:47 +00:00
|
|
|
}
|
|
|
|
@section MainContent{
|
|
|
|
@{Html.Telerik().Grid(Model).Name("Grid")
|
|
|
|
.TableHtmlAttributes(new { @class = "Grid" })
|
|
|
|
.Render();}
|
|
|
|
}
|