mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
14 lines
317 B
Handlebars
14 lines
317 B
Handlebars
<div class="download-client-item thingy">
|
|
<div>
|
|
<h3>{{name}}</h3>
|
|
</div>
|
|
|
|
<div class="settings">
|
|
{{#if enable}}
|
|
<span class="label label-success">Enabled</span>
|
|
{{else}}
|
|
<span class="label label-default">Not Enabled</span>
|
|
{{/if}}
|
|
</div>
|
|
</div>
|