core: add http host in log messages

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-05-29 19:07:54 +02:00
parent 4d9b362dbf
commit 3b31b7ce83
2 changed files with 8 additions and 3 deletions

View File

@ -43,10 +43,10 @@ export class TenantForm extends ModelForm<Tenant, string> {
<ak-form-element-horizontal
label=${t`Domain`}
?required=${true}
name="name">
name="domain">
<input type="text" value="${first(this.instance?.domain, window.location.host)}" class="pf-c-form-control" required>
</ak-form-element-horizontal>
<ak-form-element-horizontal name="isSuperuser">
<ak-form-element-horizontal name="default">
<div class="pf-c-check">
<input type="checkbox" class="pf-c-check__input" ?checked=${first(this.instance?._default, false)}>
<label class="pf-c-check__label">