1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

indexer settings is dynamically generated

This commit is contained in:
kay.one
2013-05-02 22:31:51 -07:00
parent 1877f70403
commit 7696fb54dc
7 changed files with 1562 additions and 10 deletions
+2 -2
View File
@@ -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>