|
|
|
@ -3,6 +3,10 @@
|
|
|
|
|
<div *ngIf="form">
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>Lidarr Settings</legend>
|
|
|
|
|
<div style="float: right;">
|
|
|
|
|
<span style="vertical-align: top;">Advanced</span>
|
|
|
|
|
<p-inputSwitch id="customInputSwitch" [(ngModel)]="advanced"></p-inputSwitch>
|
|
|
|
|
</div>
|
|
|
|
|
<form novalidate [formGroup]="form" (ngSubmit)="onSubmit(form)" style="padding-top:5%;">
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<div class="form-group">
|
|
|
|
@ -110,6 +114,12 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group" *ngIf="advanced" style="color:#ff761b">
|
|
|
|
|
<div class="checkbox">
|
|
|
|
|
<input type="checkbox" id="addOnly" formControlName="addOnly">
|
|
|
|
|
<label for="addOnly">Do not search</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<div>
|
|
|
|
|