web/admin: add notice for event_retention

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-07-26 18:47:46 +02:00
parent e7b7bfddd6
commit 5552e0ffa7
3 changed files with 11 additions and 0 deletions

View File

@ -178,6 +178,9 @@ export class TenantForm extends ModelForm<Tenant, string> {
<p class="pf-c-form__helper-text">
${t`When using an external logging solution for archiving, this can be set to "minutes=5".`}
</p>
<p class="pf-c-form__helper-text">
${t`This setting only affects new Events, as the expiration is saved per-event.`}
</p>
<p class="pf-c-form__helper-text">${t`Format: "weeks=3;days=2;hours=3,seconds=2".`}</p>
</ak-form-element-horizontal>
</div>