small improovements
This commit is contained in:
@@ -13,7 +13,7 @@ quarkus.flyway.migrate-at-start=true
|
|||||||
quarkus.http.auth.form.enabled=true
|
quarkus.http.auth.form.enabled=true
|
||||||
#quarkus.http.auth.session.encryption-key=zHId14V+uiyxmbzhEPCyi7VvbaI80UeEO5yu0H/hVLs=
|
#quarkus.http.auth.session.encryption-key=zHId14V+uiyxmbzhEPCyi7VvbaI80UeEO5yu0H/hVLs=
|
||||||
# 24h
|
# 24h
|
||||||
quarkus.http.auth.form.timeout=86400
|
quarkus.http.auth.form.timeout=24H
|
||||||
|
|
||||||
# Deployment
|
# Deployment
|
||||||
quarkus.container-image.additional-tags= 1
|
quarkus.container-image.additional-tags= 1
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
{user.username}
|
{user.username}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{user.room.name}
|
{user.room.name??}
|
||||||
</td>
|
</td>
|
||||||
<td style="width:1px; white-space:nowrap;">
|
<td style="width:1px; white-space:nowrap;">
|
||||||
<a class="btn btn-primary btn-sm" data-bs-toggle="modal" data-bs-target="#userModal{count}" role="button">Edit</a>
|
<a class="btn btn-primary btn-sm" data-bs-toggle="modal" data-bs-target="#userModal{count}" role="button">Edit</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user