@Html.Partial("Shared/Partial/_Sidebar") @using Ombi.UI.Helpers @inherits Nancy.ViewEngines.Razor.NancyRazorViewBase @Html.LoadDateTimePickerAsset() Landing Page Settings @if (Model.Enabled) { Enabled } else { Enabled } If enabled then all users will be redirected to the landing page instead of the login page. @if (Model.BeforeLogin) { Show before the login } else { Show before the login } If enabled then this will show the landing page before the login page, if this is disabled the user will log in first and then see the landing page. @if (Model.NoticeEnable) { Enable a notice } else { Enable a notice } Notice Message @Model.NoticeMessage @if (Model.EnabledNoticeTime) { Enable a time limit for the notices } else { Enable a time limit for the notices } Submit
Notice Message