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:
@@ -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>
|
||||
Reference in New Issue
Block a user