mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Update data/interfaces/default/settings.html
Co-Authored-By: abiacco <abiacco@handll.com>
This commit is contained in:
parent
7f0cdb6f26
commit
b92b057ab9
1 changed files with 11 additions and 0 deletions
|
@ -813,7 +813,18 @@
|
|||
<input type="hidden" class="form-control" id="pms_update_distro" name="pms_update_distro">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="pms_update_check_interval">Update Check Interval</label>
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<input type="text" class="form-control" data-parsley-type="integer" id="pms_update_check_interval" name="pms_update_check_interval" value="${config['pms_update_check_interval']}" size="3" data-parsley-min="1" data-parsley-trigger="change" data-parsley-errors-container="#pms_update_check_interval_error" required>
|
||||
</div>
|
||||
<div id="pms_update_check_interval_error" class="alert alert-danger settings-alert" role="alert"></div>
|
||||
</div>
|
||||
<p class="help-block">
|
||||
The interval (in hours) Tautulli will check for a new Plex Media Server update. Minimum 1, default 24.
|
||||
</p>
|
||||
<div class="col-md-2">
|
||||
<label for="pms_update_notify_interval">Notify Interval</label>
|
||||
<input type="text" class="form-control" data-parsley-type="integer" id="pms_update_notify_interval" name="pms_update_notify_interval" value="${config['pms_update_notify_interval']}" size="3" data-parsley-range="[1,999]" data-parsley-trigger="change" data-parsley-errors-container="#pms_update_notify_interval_error" required>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue