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.
|
|
|
<div class="add-thingy">
|
|
|
|
<div>
|
|
|
|
{{implementationName}}
|
|
|
|
</div>
|
|
|
|
<div class="pull-right">
|
|
|
|
{{#if_gt presets.length compare=0}}
|
|
|
|
<button class="btn btn-xs btn-default x-custom">
|
|
|
|
Custom
|
|
|
|
</button>
|
|
|
|
<div class="btn-group">
|
|
|
|
<button class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown">
|
|
|
|
Presets
|
|
|
|
<span class="caret"></span>
|
|
|
|
</button>
|
|
|
|
<ul class="dropdown-menu">
|
|
|
|
{{#each presets}}
|
|
|
|
<li class="x-preset" data-id="{{name}}">
|
|
|
|
<a>{{name}}</a>
|
|
|
|
</li>
|
|
|
|
{{/each}}
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
{{/if_gt}}
|
|
|
|
{{#if infoLink}}
|
|
|
|
<a class="btn btn-xs btn-default x-info" href="{{infoLink}}">
|
|
|
|
<i class="icon-lidarr-form-info"/>
|
|
|
|
</a>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
</div>
|