mirror of https://github.com/lidarr/Lidarr
Number input for ViewTemplate
This commit is contained in:
parent
27a4d63e18
commit
62e9d7566e
|
@ -5,7 +5,7 @@
|
|||
<label class="control-label">Retention</label>
|
||||
|
||||
<div class="controls">
|
||||
<input type="text" name="retention"/>
|
||||
<input type="number" min="0" name="retention"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -13,15 +13,7 @@
|
|||
<label class="control-label">RSS Sync Interval</label>
|
||||
|
||||
<div class="controls">
|
||||
<label class="checkbox toggle well">
|
||||
<input type="checkbox" name="rssSyncInterval"/>
|
||||
<p>
|
||||
<span>Yes</span>
|
||||
<span>No</span>
|
||||
</p>
|
||||
|
||||
<div class="btn btn-primary slide-button"/>
|
||||
</label>
|
||||
<input type="number" min="15" max="120" name="rssSyncInterval"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue