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