mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
17 lines
563 B
Handlebars
17 lines
563 B
Handlebars
<fieldset>
|
|
<legend>Options</legend>
|
|
|
|
<div class="form-group">
|
|
<label class="col-sm-3 control-label">List Update Interval</label>
|
|
|
|
<div class="col-sm-1 col-sm-push-2 help-inline">
|
|
<i class="icon-sonarr-form-warning" title="This will apply to all lists, please follow the rules set forth by them."/>
|
|
<i class="icon-sonarr-form-info" title="Interval in minutes."/>
|
|
</div>
|
|
|
|
<div class="col-sm-2 col-sm-pull-1">
|
|
<input type="number" name="rssSyncInterval" class="form-control" min="0" max="1440"/>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|