Update customization.component.html

Indentation fixes
This commit is contained in:
maartenheebink 2022-01-04 11:47:52 +01:00 committed by GitHub
commit 5dde21b9bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,14 @@
<input matInput type="url"[(ngModel)]="settings.logo"> <input matInput type="url"[(ngModel)]="settings.logo">
</mat-form-field> </mat-form-field>
</div> </div>
<div class="md-form-field">
<div *ngIf="settings.logo" class="form-group">
<label for="logo" class="control-label">Logo Preview:</label>
<div>
<img [src]="settings.logo" style="width: 300px" />
</div>
</div>
</div>
<mat-hint> <mat-hint>
The favicon url should be an externally accesible URL. Leave blank for default. The favicon url should be an externally accesible URL. Leave blank for default.
</mat-hint> </mat-hint>
@ -35,14 +43,6 @@
<input matInput type="url" [(ngModel)]="settings.favicon"> <input matInput type="url" [(ngModel)]="settings.favicon">
</mat-form-field> </mat-form-field>
</div> </div>
<div class="md-form-field">
<div *ngIf="settings.logo" class="form-group">
<label for="logo" class="control-label">Logo Preview:</label>
<div>
<img [src]="settings.logo" style="width: 300px" />
</div>
</div>
</div>
<div class="md-form-field"> <div class="md-form-field">
<mat-slide-toggle [(ngModel)]="settings.hideAvailableFromDiscover" matTooltip="Any media content that is available will now be hidden on the discover page, the user still can search for it"> <mat-slide-toggle [(ngModel)]="settings.hideAvailableFromDiscover" matTooltip="Any media content that is available will now be hidden on the discover page, the user still can search for it">
Hide Available Content On The Discover Page Hide Available Content On The Discover Page