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