mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
indexer settings is dynamically generated
This commit is contained in:
parent
1877f70403
commit
7696fb54dc
7 changed files with 1562 additions and 10 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
{{#each fields}}
|
||||
<div class="control-group">
|
||||
<label class="control-label">{{title}}</label>
|
||||
<label class="control-label">{{label}}</label>
|
||||
|
||||
<div class="controls">
|
||||
<input type="text" name="fields.{{@index}}.value"/>
|
||||
|
@ -35,4 +35,4 @@
|
|||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
</fieldset>
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue