1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00
Files
Radarr/src/UI/Settings/DownloadClient/DownloadClientItemViewTemplate.hbs
T
Keivan Beigi c472d8fe96 stripBom
2015-01-29 17:14:38 -08:00

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>