Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/3ee5a3b1fce650727051bc470d29e6bb90f3f5e8?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Disabled inputs don't get submitted... good to know.

pull/3113/head
Mark McDowall 13 years ago
parent a16defc5f0
commit 3ee5a3b1fc

@ -35,7 +35,8 @@
else else
{ {
@Html.LabelFor(x => x.Url) @Html.LabelFor(x => x.Url)
@Html.TextBoxFor(m => m.Url, new { disabled = "disabled" }) @Html.TextBox("DisabledIndexer", Model.Url, new { disabled = "disabled" })
@Html.HiddenFor(m => m.Url)
} }
@Html.LabelFor(x => x.ApiKey) @Html.LabelFor(x => x.ApiKey)

Loading…
Cancel
Save