mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
First pass at ui for manually importing from lists.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<select class="col-md-4 form-control x-root-folder" validation-name="RootFolderPath">
|
||||
<select class="col-md-4 form-control x-list-selection" validation-name="ListSelection">
|
||||
<option value="0">All</option>
|
||||
{{#if this}}
|
||||
{{#each this}}
|
||||
<option value="{{id}}">{{name}}</option>
|
||||
|
||||
Reference in New Issue
Block a user