mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Merge branch 'feature/v4' into feature/v4-CI-improvements
This commit is contained in:
commit
a14b463b44
1 changed files with 28 additions and 30 deletions
|
@ -10,7 +10,7 @@
|
|||
</mat-form-field>
|
||||
|
||||
<mat-form-field>
|
||||
<input matInput placeholder="Application URL" [(ngModel)]="settings.applicationurl">
|
||||
<input matInput placeholder="Application URL" [(ngModel)]="settings.applicationUrl">
|
||||
</mat-form-field>
|
||||
|
||||
<mat-form-field>
|
||||
|
@ -30,12 +30,10 @@
|
|||
|
||||
|
||||
<mat-form-field *ngIf="settings.enableCustomDonations">
|
||||
<input matInput placeholder="Custom Donation URL" [(ngModel)]="settings.customDonationUrl"
|
||||
matTooltip="A link to a Paypal address, or your custom donation url.">
|
||||
<input matInput placeholder="Custom Donation URL" [(ngModel)]="settings.customDonationUrl" matTooltip="A link to a Paypal address, or your custom donation url.">
|
||||
</mat-form-field>
|
||||
<mat-form-field *ngIf="settings.enableCustomDonations">
|
||||
<input matInput placeholder="Custom Donation URL" [(ngModel)]="settings.enableCustomDonations"
|
||||
matTooltip="Set a custom message to be displayed in the navigation bar.">
|
||||
<input matInput placeholder="Custom Donation URL" [(ngModel)]="settings.enableCustomDonations" matTooltip="Set a custom message to be displayed in the navigation bar.">
|
||||
</mat-form-field>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue