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 =>
|
}, err => {
|
||||||
this.notify.open(err.errorBody, "OK", {
|
this.notify.open(this.errorBody, "OK", {
|
||||||
duration: 3000
|
duration: 3000
|
||||||
}));
|
})
|
||||||
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<settings-menu></settings-menu>
|
<settings-menu></settings-menu>
|
||||||
<wiki [url]="'https://github.com/tidusjar/Ombi/wiki/Customization-Settings'"></wiki>
|
<wiki [url]="'https://github.com/tidusjar/Ombi/wiki/Customization-Settings'"></wiki>
|
||||||
|
|
||||||
<fieldset *ngIf="settings">
|
<fieldset *ngIf="settings" class="container">
|
||||||
<legend>Customization</legend>
|
<legend>Customization</legend>
|
||||||
|
|
||||||
<div class="col-5">
|
<div class="col-5">
|
||||||
|
@ -50,15 +50,10 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-7">
|
<div class="col-7">
|
||||||
<div>
|
<mat-form-field>
|
||||||
<div class="form-group">
|
<textarea matInput [(ngModel)]="settings.customCss" placeholder="Custom CSS"></textarea>
|
||||||
<label for="customCss" class="control-label">Custom CSS</label>
|
</mat-form-field>
|
||||||
</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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue