mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-28 10:48:46 +00:00
10 lines
239 B
Text
10 lines
239 B
Text
|
@model IEnumerable<NzbDrone.Core.Repository.Config>
|
||
|
@section TitleContent{
|
||
|
Config
|
||
|
}
|
||
|
@section MainContent{
|
||
|
@{Html.Telerik().Grid(Model).Name("Grid")
|
||
|
.TableHtmlAttributes(new { @class = "Grid" })
|
||
|
.Render();}
|
||
|
}
|