mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 17:47:08 +00:00
9 lines
241 B
Text
9 lines
241 B
Text
@model IEnumerable<NzbDrone.Core.Repository.JobSetting>
|
|
@section TitleContent{
|
|
Jobs
|
|
}
|
|
@section MainContent{
|
|
@{Html.Telerik().Grid(Model).Name("Grid")
|
|
.TableHtmlAttributes(new { @class = "Grid" })
|
|
.Render();}
|
|
}
|