mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00

New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
14 lines
342 B
HTML
14 lines
342 B
HTML
<div class="download-client-item thingy" title="Click to edit">
|
|
<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>
|