mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Mutators for DeepModel, fixed QualityProfile settings
This commit is contained in:
parent
da9838f032
commit
dfe8d5436a
4 changed files with 223 additions and 4 deletions
|
@ -34,14 +34,21 @@
|
|||
|
||||
|
||||
<!--Todo: Why is a null allowed being treated as a true?-->
|
||||
{{debug}}
|
||||
{{#each qualities}}
|
||||
<div class="control-group">
|
||||
<label class="control-label">{{name}}</label>
|
||||
|
||||
<div class="controls">
|
||||
<div class="switch" data-on-label="Yes" data-off-label="No">
|
||||
<input type="checkbox" name="allowed" />
|
||||
</div>
|
||||
<label class="checkbox toggle well">
|
||||
<input type="checkbox" name="qualities.{{@index}}.allowed"/>
|
||||
<p>
|
||||
<span>Yes</span>
|
||||
<span>No</span>
|
||||
</p>
|
||||
|
||||
<div class="btn btn-primary slide-button"></div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue