mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 10:07:10 +00:00
Added message to Indexer settings regarding RSS feeds being checked every 15 minutes.
This commit is contained in:
parent
cc40b7d2f3
commit
cd6076e7f4
1 changed files with 15 additions and 1 deletions
|
@ -10,6 +10,15 @@
|
||||||
{
|
{
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.additionalInfo
|
||||||
|
{
|
||||||
|
float: right;
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-right: 40px;
|
||||||
|
font-size: 120%;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,11 +33,16 @@
|
||||||
@section MainContent{
|
@section MainContent{
|
||||||
<div id="stylized">
|
<div id="stylized">
|
||||||
|
|
||||||
|
<div class="additionalInfo">
|
||||||
|
NzbDrone checks all Indexers every 15 minutes
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@using (Html.BeginForm("SaveIndexers", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
|
@using (Html.BeginForm("SaveIndexers", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
|
||||||
{
|
{
|
||||||
<h1>Indexers</h1>
|
<h1>Indexers</h1>
|
||||||
<p></p>
|
<p></p>
|
||||||
|
|
||||||
@Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")
|
@Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")
|
||||||
<div>
|
<div>
|
||||||
@{ Html.Telerik().PanelBar()
|
@{ Html.Telerik().PanelBar()
|
||||||
|
|
Loading…
Reference in a new issue