mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed indexer settings, switches are Yes/No now
This commit is contained in:
parent
2c519a7dcd
commit
01075ec8d5
4 changed files with 19 additions and 21 deletions
|
@ -8,8 +8,8 @@
|
|||
<label class="checkbox toggle well">
|
||||
<input type="checkbox" name="enable"/>
|
||||
<p>
|
||||
<span>On</span>
|
||||
<span>Off</span>
|
||||
<span>Yes</span>
|
||||
<span>No</span>
|
||||
</p>
|
||||
|
||||
<div class="btn btn-primary slide-button"></div>
|
||||
|
@ -21,7 +21,5 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{{#each fields}}
|
||||
{{formField}}
|
||||
{{/each}}
|
||||
{{formBuilder}}
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue