feat: don't show a retry interval without retries enabled (#6685)

This commit is contained in:
Frank Elsinga 2026-01-12 13:35:30 +01:00 committed by GitHub
parent 4c99f92cd3
commit 2b2941cd83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1147,7 +1147,7 @@
</div>
</div>
<div class="my-3">
<div v-if="monitor.maxretries" class="my-3">
<label for="retry-interval" class="form-label">
{{ $t("Heartbeat Retry Interval") }}
<span>({{ $t("retryCheckEverySecond", [monitor.retryInterval]) }})</span>