mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Fixed #1152
This commit is contained in:
parent
e520a9dfd6
commit
09a06bd6f0
2 changed files with 2 additions and 7 deletions
|
@ -103,13 +103,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@*<div class="form-group">
|
|
||||||
<label for="RootPath" class="control-label">Root save directory for TV shows</label>
|
|
||||||
<div>
|
|
||||||
<input type="text" class="form-control form-control-custom " placeholder="C:\Media\Tv" id="RootPath" name="RootPath" value="@Model.RootPath">
|
|
||||||
<label>Enter the root folder where tv shows are saved. For example <strong>C:\Media\TV</strong>.</label>
|
|
||||||
</div>
|
|
||||||
</div>*@
|
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
<form class="form-horizontal" method="POST" id="mainForm">
|
<form class="form-horizontal" method="POST" id="mainForm">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Radarr Settings</legend>
|
<legend>Radarr Settings</legend>
|
||||||
|
|
||||||
|
<input hidden="hidden" name="FullRootPath" id="fullRootPath" value="@Model.FullRootPath" />
|
||||||
@Html.Checkbox(Model.Enabled, "Enabled", "Enabled")
|
@Html.Checkbox(Model.Enabled, "Enabled", "Enabled")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue