mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
added tests for basic config set/get to db
This commit is contained in:
@@ -9,15 +9,16 @@
|
||||
Settings</h2>
|
||||
<% using (Html.BeginForm())
|
||||
{ %>
|
||||
<%: Html.ValidationSummary(true, "Account creation was unsuccessful. Please correct the errors and try again.") %>
|
||||
<%: Html.ValidationSummary(true, "Unable to save you settings. Please correct the errors and try again.") %>
|
||||
<div>
|
||||
<fieldset>
|
||||
<legend>General</legend>
|
||||
<div class="editor-label">
|
||||
<%: Html.LabelFor(m => m.RootPath) %>
|
||||
<%: Html.LabelFor(m => m.TvFolder) %>
|
||||
</div>
|
||||
<div class="editor-field">
|
||||
<%: Html.TextBoxFor(m => m.RootPath) %>
|
||||
<%: Html.TextBoxFor(m => m.TvFolder) %>
|
||||
<%: Html.ValidationMessageFor(m => m.TvFolder) %>
|
||||
</div>
|
||||
<p>
|
||||
<input type="submit" value="Save" />
|
||||
|
||||
Reference in New Issue
Block a user