mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Page banner is now used for browser title.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
@model IEnumerable<NzbDrone.Core.Repository.Config>
|
||||
@section TitleContent{
|
||||
Configuration
|
||||
}
|
||||
@{ViewBag.Title = "Configuration";}
|
||||
@(Html.Telerik().Grid<NzbDrone.Core.Repository.Config>()
|
||||
.Name("Grid")
|
||||
.TableHtmlAttributes(new { @class = "Grid" })
|
||||
|
||||
Reference in New Issue
Block a user