mirror of
https://github.com/Readarr/Readarr
synced 2025-12-29 03:34:35 +01:00
13 lines
317 B
Handlebars
13 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>
|