mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Fix application url
This commit is contained in:
parent
dd25fb8969
commit
ac82867c69
1 changed files with 28 additions and 30 deletions
|
@ -10,7 +10,7 @@
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
||||||
<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>
|
||||||
|
|
||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
|
@ -30,12 +30,10 @@
|
||||||
|
|
||||||
|
|
||||||
<mat-form-field *ngIf="settings.enableCustomDonations">
|
<mat-form-field *ngIf="settings.enableCustomDonations">
|
||||||
<input matInput placeholder="Custom Donation URL" [(ngModel)]="settings.customDonationUrl"
|
<input matInput placeholder="Custom Donation URL" [(ngModel)]="settings.customDonationUrl" matTooltip="A link to a Paypal address, or your custom donation url.">
|
||||||
matTooltip="A link to a Paypal address, or your custom donation url.">
|
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field *ngIf="settings.enableCustomDonations">
|
<mat-form-field *ngIf="settings.enableCustomDonations">
|
||||||
<input matInput placeholder="Custom Donation URL" [(ngModel)]="settings.enableCustomDonations"
|
<input matInput placeholder="Custom Donation URL" [(ngModel)]="settings.enableCustomDonations" matTooltip="Set a custom message to be displayed in the navigation bar.">
|
||||||
matTooltip="Set a custom message to be displayed in the navigation bar.">
|
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue