mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-08 09:45:48 +00:00
Disabled inputs don't get submitted... good to know.
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
else
|
||||
{
|
||||
@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)
|
||||
|
||||
Reference in New Issue
Block a user