mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02:00
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
@model IEnumerable<NzbDrone.Core.Repository.IndexerSetting>
|
|
@section TitleContent{
|
|
Indexers
|
|
}
|
|
@section MainContent{
|
|
@{Html.Telerik().Grid(Model).Name("Grid")
|
|
.TableHtmlAttributes(new { @class = "Grid" })
|
|
.Render();}
|
|
}
|