ui: specific about newrelic logdrains

This commit is contained in:
Andras Bacsai 2024-02-07 09:04:35 +01:00
parent 13bceb934f
commit 5bdbab7276

View File

@ -15,7 +15,9 @@
<x-forms.input type="password" required id="server.settings.logdrain_newrelic_license_key"
label="License Key" />
<x-forms.input required id="server.settings.logdrain_newrelic_base_uri"
placeholder="https://log-api.eu.newrelic.com/log/v1" label="Endpoint (EU / US)" />
placeholder="https://log-api.eu.newrelic.com/log/v1"
helper="For EU use: https://log-api.eu.newrelic.com/log/v1<br>For US use: https://log-api.newrelic.com/log/v1"
label="Endpoint" />
</div>
</div>
<div class="flex justify-end gap-4 pt-6">