profile id support in api requests
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
<div class="modal-body">
|
||||
<label class="form-label" for="profileSelect">Configured rTorrents</label>
|
||||
<select id="profileSelect" class="form-select profile-select">
|
||||
{% for p in profiles %}<option value="{{ p.id }}" {% if active_profile and active_profile.id == p.id %}selected{% endif %}>{{ p.name }}</option>{% endfor %}
|
||||
{% for p in profiles %}<option value="{{ p.id }}" {% if active_profile and active_profile.id == p.id %}selected{% endif %}>#{{ p.id }} — {{ p.name }}</option>{% endfor %}
|
||||
</select>
|
||||
<div class="form-text">Changing rTorrent reloads the live torrent snapshot.</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user