mirror of
https://github.com/Radarr/Radarr
synced 2024-12-28 02:40:01 +00:00
Added restart warning to System config page.
This commit is contained in:
parent
691a004d39
commit
6a9321b22d
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
||||||
@section HeaderContent{
|
@section HeaderContent{
|
||||||
@Html.IncludeCss("Settings.css")
|
@Html.IncludeCss("Settings.css")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<div class="infoBox">
|
||||||
|
You must manually restart NzbDrone for these changes to take effect. (Automatic restart comming soon!)
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="stylized">
|
<div id="stylized">
|
||||||
@using (Html.BeginForm("SaveSystem", "Settings", FormMethod.Post, new { id = "SystemForm", name = "SystemForm", @class = "settingsForm" }))
|
@using (Html.BeginForm("SaveSystem", "Settings", FormMethod.Post, new { id = "SystemForm", name = "SystemForm", @class = "settingsForm" }))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue