Update sonarr.component.html

Fix unneeded div block and move v3 below enable.
pull/3856/head
Micky 4 years ago committed by GitHub
parent 86220bb237
commit 58704f0019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,15 +6,13 @@
<form novalidate [formGroup]="form" (ngSubmit)="onSubmit(form)">
<div class="row top-spacing">
<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 class="md-form-field">
<mat-slide-toggle formControlName="enabled" id="enable">Enable</mat-slide-toggle>
</div>
<div class="md-form-field">
<mat-slide-toggle formControlName="v3">V3</mat-slide-toggle>
</div>
<div class="md-form-field">
<mat-slide-toggle [(ngModel)]="advanced" [ngModelOptions]="{standalone: true}">Advanced</mat-slide-toggle>
</div>
@ -175,4 +173,4 @@
</div>
</form>
</fieldset>
</div>
</div>

Loading…
Cancel
Save