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.session.encryption-key=zHId14V+uiyxmbzhEPCyi7VvbaI80UeEO5yu0H/hVLs=
|
||||
# 24h
|
||||
quarkus.http.auth.form.timeout=86400
|
||||
quarkus.http.auth.form.timeout=24H
|
||||
|
||||
# Deployment
|
||||
quarkus.container-image.additional-tags= 1
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
{user.username}
|
||||
</td>
|
||||
<td>
|
||||
{user.room.name}
|
||||
{user.room.name??}
|
||||
</td>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user