1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Fixed: Bulk UI cleanup, fixes and consistency improvements (#1959)

This commit is contained in:
James White
2017-08-20 13:38:24 +01:00
committed by Leonardo Galli
parent 4d8a270170
commit 0c8e264668
247 changed files with 2283 additions and 2686 deletions
@@ -1,13 +1,10 @@
<div class="download-client-item thingy">
<div>
<h3>{{name}}</h3>
</div>
<h3>{{name}}</h3>
<div class="settings">
{{#if enable}}
<span class="label label-success">Enabled</span>
{{else}}
<span class="label label-default">Not Enabled</span>
<span class="label label-default">Not enabled</span>
{{/if}}
</div>
</div>