mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 23:42:36 -07:00
!wip
This commit is contained in:
parent
6a3addae5c
commit
0fe6be60de
2 changed files with 10 additions and 14 deletions
|
@ -131,10 +131,11 @@ export class LoginComponent implements OnDestroy, OnInit {
|
|||
});
|
||||
}
|
||||
|
||||
}, err =>
|
||||
this.notify.open(err.errorBody, "OK", {
|
||||
}, err => {
|
||||
this.notify.open(this.errorBody, "OK", {
|
||||
duration: 3000
|
||||
}));
|
||||
})
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<settings-menu></settings-menu>
|
||||
<wiki [url]="'https://github.com/tidusjar/Ombi/wiki/Customization-Settings'"></wiki>
|
||||
|
||||
<fieldset *ngIf="settings">
|
||||
<fieldset *ngIf="settings" class="container">
|
||||
<legend>Customization</legend>
|
||||
|
||||
<div class="col-5">
|
||||
|
@ -50,17 +50,12 @@
|
|||
|
||||
</div>
|
||||
<div class="col-7">
|
||||
<div>
|
||||
<div class="form-group">
|
||||
<label for="customCss" class="control-label">Custom CSS</label>
|
||||
</div>
|
||||
<div class="form-group language-css" pCode>
|
||||
<textarea rows="25" type="text" pTooltip="Enter your custom styles here" tooltipPosition="top" class="form-control-custom form-control "
|
||||
id="themeContent" name="themeContent" [(ngModel)]="settings.customCss"> {{settings.customCss}} </textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<mat-form-field>
|
||||
<textarea matInput [(ngModel)]="settings.customCss" placeholder="Custom CSS"></textarea>
|
||||
</mat-form-field>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue