table heaader was wrong: time -> expiry time in sessions page.

This commit is contained in:
Erik Brakkee 2024-09-01 11:24:18 +02:00
parent 8dd34f6c1b
commit 3e28fba654

View File

@ -39,7 +39,7 @@ templ State(agents []*models.Agent, clients []*models.Client, location *time.Loc
<tr> <tr>
<th>rendez-vous id</th> <th>rendez-vous id</th>
<th>start time</th> <th>start time</th>
<th> time</th> <th>expiry time</th>
<th>username</th> <th>username</th>
<th>host</th> <th>host</th>
<th>os</th> <th>os</th>