mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed lidarr not being disabled
This commit is contained in:
parent
466c9dada7
commit
09ab105763
1 changed files with 7 additions and 6 deletions
|
@ -3,14 +3,15 @@
|
|||
<div *ngIf="form">
|
||||
<fieldset>
|
||||
<legend>Lidarr Settings</legend>
|
||||
<div >
|
||||
<div>
|
||||
<div class="md-form-field"><mat-slide-toggle formControlName="enabled">Enable</mat-slide-toggle></div>
|
||||
<div class="md-form-field"><mat-slide-toggle [(ngModel)]="advanced">Advanced</mat-slide-toggle></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<form novalidate [formGroup]="form" class="row" (ngSubmit)="onSubmit(form)" style="padding-top:2%;">
|
||||
|
||||
<div>
|
||||
<div class="md-form-field"><mat-slide-toggle formControlName="enabled">Enable</mat-slide-toggle></div>
|
||||
<div class="md-form-field"><mat-slide-toggle [(ngModel)]="advanced">Advanced</mat-slide-toggle></div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5">
|
||||
|
||||
<div class="md-form-field">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue