mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Update sonarr.component.html
Fix unneeded div block and move v3 below enable.
This commit is contained in:
parent
86220bb237
commit
58704f0019
1 changed files with 4 additions and 6 deletions
|
@ -6,15 +6,13 @@
|
||||||
<form novalidate [formGroup]="form" (ngSubmit)="onSubmit(form)">
|
<form novalidate [formGroup]="form" (ngSubmit)="onSubmit(form)">
|
||||||
<div class="row top-spacing">
|
<div class="row top-spacing">
|
||||||
<div class="col-md-12 col-12 col-sm-12" >
|
<div class="col-md-12 col-12 col-sm-12" >
|
||||||
<div>
|
|
||||||
<div class="md-form-field">
|
|
||||||
<mat-slide-toggle formControlName="v3">V3</mat-slide-toggle>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div >
|
<div >
|
||||||
<div class="md-form-field">
|
<div class="md-form-field">
|
||||||
<mat-slide-toggle formControlName="enabled" id="enable">Enable</mat-slide-toggle>
|
<mat-slide-toggle formControlName="enabled" id="enable">Enable</mat-slide-toggle>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="md-form-field">
|
||||||
|
<mat-slide-toggle formControlName="v3">V3</mat-slide-toggle>
|
||||||
|
</div>
|
||||||
<div class="md-form-field">
|
<div class="md-form-field">
|
||||||
<mat-slide-toggle [(ngModel)]="advanced" [ngModelOptions]="{standalone: true}">Advanced</mat-slide-toggle>
|
<mat-slide-toggle [(ngModel)]="advanced" [ngModelOptions]="{standalone: true}">Advanced</mat-slide-toggle>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue