@Html.Partial("Shared/Partial/_Sidebar") @using Ombi.UI.Helpers @inherits Nancy.ViewEngines.Razor.NancyRazorViewBase @Html.LoadDateTimePickerAsset()
Landing Page Settings
@if (Model.Enabled) { } else { }
If enabled then all users will be redirected to the landing page instead of the login page.
@if (Model.BeforeLogin) { } else { }
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) { } else { }

Notice Message

@if (Model.EnabledNoticeTime) { } else { }