mirror of
https://github.com/Radarr/Radarr
synced 2025-12-28 11:13:48 +01:00
Fixed: Show a warning in Queue when drone is unable to import due to a name mismatch Fixed: Better UI messages for Queue when there is an error or warning
8 lines
No EOL
145 B
Handlebars
8 lines
No EOL
145 B
Handlebars
{{#each statusMessages}}
|
|
{{title}}
|
|
<ul>
|
|
{{#each messages}}
|
|
<li>{{this}}</li>
|
|
{{/each}}
|
|
</ul>
|
|
{{/each}} |