mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Removed MainContent Section
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
@section TitleContent{
|
||||
Configuration
|
||||
}
|
||||
@section MainContent{
|
||||
@(Html.Telerik().Grid<NzbDrone.Core.Repository.Config>()
|
||||
@(Html.Telerik().Grid<NzbDrone.Core.Repository.Config>()
|
||||
.Name("Grid")
|
||||
.TableHtmlAttributes(new { @class = "Grid" })
|
||||
.DataKeys(keys =>
|
||||
@@ -30,4 +29,3 @@ Configuration
|
||||
.Editable(editing => editing.Mode(GridEditMode.InLine))
|
||||
.Sortable()
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user