mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-24 15:05:24 -07:00
Update customization.component.html
Indentation fixes
This commit is contained in:
parent
ccc277aca1
commit
5dde21b9bc
1 changed files with 50 additions and 50 deletions
|
@ -26,6 +26,14 @@
|
|||
<input matInput type="url"[(ngModel)]="settings.logo">
|
||||
</mat-form-field>
|
||||
</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>
|
||||
The favicon url should be an externally accesible URL. Leave blank for default.
|
||||
</mat-hint>
|
||||
|
@ -35,14 +43,6 @@
|
|||
<input matInput type="url" [(ngModel)]="settings.favicon">
|
||||
</mat-form-field>
|
||||
</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">
|
||||
<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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue