mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
download client settings only shows config for the selected client.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<label class="control-label">Download Client</label>
|
||||
|
||||
<div class="controls">
|
||||
<select class="inputClass x-backlog-setting" name="downloadClient">
|
||||
<select class="inputClass x-download-client" name="downloadClient">
|
||||
<option value="0">SABnzbd</option>
|
||||
<option value="1">Blackhole</option>
|
||||
<option value="2">Pneumatic</option>
|
||||
@@ -41,7 +41,7 @@
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<fieldset class="x-sab-config">
|
||||
<legend>SABnzbd</legend>
|
||||
|
||||
<div class="control-group">
|
||||
@@ -170,7 +170,7 @@
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<fieldset class="x-blackhole-config">
|
||||
<legend>Blackhole</legend>
|
||||
<div class="control-group">
|
||||
<label class="control-label">Blackhole Directory</label>
|
||||
@@ -184,7 +184,7 @@
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<fieldset class="x-pneumatic-config">
|
||||
<legend>Pneumatic</legend>
|
||||
<div class="control-group">
|
||||
<label class="control-label">Nzb Directory</label>
|
||||
@@ -198,7 +198,7 @@
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<fieldset class="x-nzbget-config">
|
||||
<legend>NZBGet</legend>
|
||||
<div class="control-group">
|
||||
<label class="control-label">Host</label>
|
||||
|
Reference in New Issue
Block a user