mirror of
https://github.com/Radarr/Radarr
synced 2025-01-31 20:03:06 +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();}
|
||
|
}
|