You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sonarr/src/UI/Activity/Queue/QueueActionsCellTemplate.hbs

20 lines
860 B

{{#if_eq status compare="Completed"}}
{{#if_eq trackedDownloadStatus compare="Warning"}}
<i class="icon-sonarr-import-manual x-manual-import" title="Manual import"></i>
{{/if_eq}}
{{/if_eq}}
{{#if_eq status compare="Delay"}}
<i class="icon-sonarr-download x-grab" title="Add to download queue (Override Delay Profile)"></i>
<i class="icon-sonarr-delete x-remove" title="Remove pending release"></i>
{{else}}
{{#unless_eq status compare="DownloadClientUnavailable"}}
<i class="icon-sonarr-delete x-remove" title="Remove from download client"></i>
{{/unless_eq}}
{{/if_eq}}
{{#if_eq status compare="DownloadClientUnavailable"}}
<i class="icon-sonarr-download x-grab" title="Add to download queue (Retry failed download)"></i>
<i class="icon-sonarr-delete x-remove" title="Remove pending release"></i>
{{/if_eq}}