1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Added easy to use List Selection for manual import use later. The place where this resides will change.

This commit is contained in:
Leonardo Galli
2017-01-23 16:04:52 +01:00
parent 80e53f209d
commit 8b3b46b724
3 changed files with 105 additions and 74 deletions
@@ -0,0 +1,10 @@
<select class="col-md-4 form-control x-root-folder" validation-name="RootFolderPath">
{{#if this}}
{{#each this}}
<option value="{{id}}">{{name}}</option>
{{/each}}
{{else}}
<option value="">Select List</option>
{{/if}}
<option value="addNew">Add a new list</option>
</select>