|
|
@ -1,12 +1,10 @@
|
|
|
|
@using NzbDrone.Web.Helpers
|
|
|
|
@using NzbDrone.Web.Helpers
|
|
|
|
@model NzbDrone.Web.Models.SystemSettingsModel
|
|
|
|
@model NzbDrone.Web.Models.SystemSettingsModel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@{
|
|
|
|
@{
|
|
|
|
Layout = "~/Views/Shared/_Bootstrap.cshtml";
|
|
|
|
Layout = "_SettingsLayout.cshtml";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="infoBox">
|
|
|
|
<div class="infoBox">
|
|
|
|
You must manually restart NzbDrone for these changes to take effect. (Automatic restart coming soon!)
|
|
|
|
You must manually restart NzbDrone for these changes to take effect. (Automatic restart coming soon!)
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|