Added restart warning to System config page.

pull/4/head
kay.one 13 years ago
parent 691a004d39
commit 6a9321b22d

@ -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" }))
{

Loading…
Cancel
Save