commit 4e52b715eb929d3c30e0797239342eddf286481c
parent a27a0cc48781e9254b29f5cf3cc9ad173a74f587
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Mon, 5 Jun 2023 11:26:37 -0700
improve ui
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/public/views/pages/admin/sessions.gohtml b/pkg/web/public/views/pages/admin/sessions.gohtml
@@ -27,7 +27,7 @@
<td style="font-family: monospace;">{{ .Token | trunc 7 }}</td>
<td>{{ .ExpiresAt.Format "Jan 02, 2006 - 15:04:05" }}</td>
<td>{{ .CreatedAt.Format "Jan 02, 2006 - 15:04:05" }}</td>
- <td>{{ .UserAgent }}</td>
+ <td style="font-size: 10px;">{{ .UserAgent }}</td>
<td>{{ .User.Username }}</td>
</tr>
{{ end }}