Added restart warning to System config page.

This commit is contained in:
kay.one 2012-01-16 23:34:54 -08:00
parent 691a004d39
commit 6a9321b22d
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
@section HeaderContent{
@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">
@using (Html.BeginForm("SaveSystem", "Settings", FormMethod.Post, new { id = "SystemForm", name = "SystemForm", @class = "settingsForm" }))
{