mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Added a message on the application url field to better explain what it does
This commit is contained in:
parent
5d8a212312
commit
7c79e28d5c
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-form-field">
|
<div class="md-form-field">
|
||||||
|
<mat-hint>The application url should be your Externally Accessible URL for example, your internal URL is http://192.168.1.50/ but your Externally
|
||||||
|
Accessible URL is 'https://mydomain.com/requests' Please ensure this field is correct as it drives a lot of functionality include the QR code for the
|
||||||
|
mobile app and it affects the way email notifications are sent.
|
||||||
|
</mat-hint>
|
||||||
<mat-form-field appearance="outline">
|
<mat-form-field appearance="outline">
|
||||||
<mat-label>Application URL</mat-label>
|
<mat-label>Application URL</mat-label>
|
||||||
<input matInput [(ngModel)]="settings.applicationUrl">
|
<input matInput [(ngModel)]="settings.applicationUrl">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue