@using Ombi.UI.Helpers @inherits Nancy.ViewEngines.Razor.NancyRazorViewBase @Html.Partial("Shared/Partial/_Sidebar") @{ int port; if (Model.Port == 0) { port = 9090; } else { port = Model.Port; } }
Watcher Settings Please note, this is still in beta and may stop working at anytime as Watcher is still very much in development and is constantly changing. @Html.Checkbox(Model.Enabled, "Enabled", "Enabled")
@Html.Checkbox(Model.Ssl, "Ssl", "SSL")